| | |
how to hide email recipient list
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2005
Posts: 92
Reputation:
Solved Threads: 0
I want to use PHP mail() function to send email to hundreds of users, in mail function I can set mail list like:
$sendto="user1@abcd.com,user2@xyz.com,user3@yahoo.com,.....";
But in this way when user receives this email, he can see all the email recipients at the top, I want to hide this info, is it possible to use:
$sendto="To Users<user1@abcd.com,user2@xyz.com,user3@yahoo.com,.....>";
Thanks for any comment.
$sendto="user1@abcd.com,user2@xyz.com,user3@yahoo.com,.....";
But in this way when user receives this email, he can see all the email recipients at the top, I want to hide this info, is it possible to use:
$sendto="To Users<user1@abcd.com,user2@xyz.com,user3@yahoo.com,.....>";
Thanks for any comment.
or why not just loop through it and send it to each user individually, as most spam catchers dont really like BCC's
but otherwise BCC is the only way
but otherwise BCC is the only way
•
•
•
•
Originally Posted by paradox814
or why not just loop through it and send it to each user individually, as most spam catchers dont really like BCC's
but otherwise BCC is the only way
Dont forget to spread the reputation to those that deserve!
Doing it this way is also more efficient for the server because as your mailing list grows, you can do batch jobs of XXX at a time to lessen server load. It also allows you to customize each email to each user, by using php variables within the mail messages. Makes it seem a lot more personal and you will probably get a better response rate.
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
![]() |
Similar Threads
- Dreamweaver email forms (ColdFusion)
- need help !! getting an email list (Promotion and Marketing Plans)
- Using PHP to Send Email to a single DB list member every 24 hrs. (PHP)
- Mailing list script (Social Media and Online Communities)
- Yahoo to Hotmail Email question (Web Browsers)
Other Threads in the PHP Forum
Views: 7083 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date datepart directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery limit link list login loop mail menu methods mlm mod_rewrite multiple mysql oop parse password paypal pdf php problem query radio random recursion regex remote script search select seo server sessions sms soap source space speed sql structure syntax system table tutorial update updates upload url validation validator variable video web webdesign xml youtube






