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]
- [PHP] sending 5000+ emails - use PHP? Matthew Delmarter
- Re: [PHP] sending 5000+ emails - use PHP? Michael Stearne
- RE: [PHP] sending 5000+ emails - use PH... Matthew Delmarter
- Re: [PHP] sending 5000+ emails - us... Kman
- Re: [PHP] sending 5000+ emails ... Henrik Hansen
- Re: [PHP] sending 5000+ emails - use PHP? infoz
- RE: [PHP] sending 5000+ emails - use PHP? scott [gts]
- RE: [PHP] sending 5000+ emails - use PHP? Richard Heyes
- Re: [PHP] sending 5000+ emails - use PH... Justin Farnsworth
- Re: [PHP] sending 5000+ emails - us... Henrik Hansen
- Re: [PHP] sending 5000+ emails - use PH... infoz
- Re: [PHP] sending 5000+ emails - us... Kman
- [PHP] configuring with gd for T... Ray Hilton
- Re: [PHP] configuring with... Brian White
- RE: [PHP] configuring ... Ray Hilton
- RE: [PHP] configur... Brian White
- RE: [PHP] configur... Ray Hilton
- RE: [PHP] configur... Matthew Loff
- Re: [PHP] configuring ... Michel 'ZioBudda' Morelli
- Re: [PHP] configur... Michel 'ZioBudda' Morelli
- Re: [PHP] sending 5000+ emails ... Michael Kimsal