Martin Zvarík wrote:
Hello--
I want to send email to 100+ recipients. Two choices I thought of:
1) once call mail() and use BCC, but the negative of this method is that
every recipient in BCC has header "To" same (so I used to put my email
in here - not email of one of the recipients).
2) several calls to mail() function with each recipient's emal
Why are you sending mail to 100+ recipients? Is it something you do
often? Is it always the same recipients? When are you sending them?
If it's a mailing list use mailing list software as Daevid suggested -
it's what it's for!
I would recommend avoiding the use of BCC from PHP.
-Stut
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php