Option 3) setup a dedicated program to handle the mail, such as
"mailman" and then send ONE email from PHP to the listserver which will
then dispatch the mail accordingly, properly, in batches.

http://www.gnu.org/software/mailman/index.html

(at least, that's how I do it currently) 

> -----Original Message-----
> From: Martin Zvarík [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, October 06, 2007 11:13 AM
> To: php-general@lists.php.net
> Subject: [PHP] Sending lots of emails - 2 choices - choose 
> the best one
> 
> 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
> 
> Thanks for ideas,
> --Martin
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to