We use mail().  I have on my list to re-write it to use SMTP sometime to see
if it works any faster, but it also goes into the "if it ain't broke, don't
fix it" category.

If all the messages were identical, we might be able to get some efficiency
by sorting the list by domain name and batching them up with SMTP, but
usually they're customized for each person.

This gets run on a fairly beefy Sun E420 with an excellent network
connection (Digital Island @ http://www.digitalisland.net) which may help
things a bit. :)

- Tim
  http://www.phptemplates.org

>Are you using the mail() function for this? Or talking direct to an smtp
>server?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to