Take a look at the Mail Queue class from PEAR, it enables you to put mail in
the Queue instead of real time delivery.

http://pear.php.net/packages.php?catpid=14&catname=Mail

Jason 

-----Original Message-----
From: Travis Low [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 25, 2004 2:43 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: php mail() scaleability

Manuel Lemos wrote:
> Hello,
> 
> On 04/25/2004 04:18 PM, Josh Klobe wrote:
> 
>> Using  mail($to, $subject, $content, $headers) takes way too long 
>> when attempting to mail to 30k people.  This seems to be a result of 
>> a socket being opened for each send.  Is there a better way to 
>> approach this situation via php?
> 
> Under Unix/Linux, PHP itself does not open any sockets to queue 
> messages with the mail function. If you are using Unix/Linux with 
> sendmail there are some options that can be tweaked to make it just 
> queue the message instead of trying to deliver the message immediately.

Okay, I'll bite.  What options?

cheers,

Travis


--
Travis Low
<mailto:[EMAIL PROTECTED]>
<http://www.dawnstar.com>

--
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