* Thus wrote David T-G ([EMAIL PROTECTED]):
> 
> It seems to be the mail() call itself, because I can make a system call
> (system, exec, passthru) to just echo the current data and it rips
> through my list in nothin' flat.  So how do I tune mail() to make it
> faster?  Or do I need to give up and call qmail-inject directly?

The mail() command simply passes the message to the sendmail
configured in you php.ini.  You might want to check the
configuration of sendmail, it might be the bottleneck.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to