Hello,

On 08/27/2002 12:38 PM, Raphael Hamzagic wrote:
> Hi everyone,
> 
> I'm with a little doubt about the best way to send a mail message to a large
> mailing list using PHP. I'm not interested  in existing mailing list
> managers, or source codes.
> I dont know if the best way to send emails is to use a repeat loop with
> mail() function, or use some other structure to send emails with timeouts
> intervals...

No, the best way is to put all recipients in Bcc: headers and send a 
single message to your local mailer program. Using mail() under 
Linux/Unix will be enough.




-- 

Regards,
Manuel Lemos


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

Reply via email to