* Thus wrote Stéphane Paquay ([EMAIL PROTECTED]):
> Hi all,
> 
> I'm using the mail() fonction to send email and it takes 60 seconds to send
> a simple email. Maybe it's due to the sendmail configuration, or maybe not,
> I'm not really sure, 'cos I'm not a Linux expert.

The odds are pretty high that it is your sendmail configuration.
Internally all php does is pass the information directly to
sendmail. Unless you're bcc'ing 100000 people it won't take that
long for php.

> 
> Anyway, I cannot take so long to send a simple mail with PHP, so I need to
> find a solution, another way to send a mail or the riht configuration for
> sendmail.

sendmail can be a nightmare to configure, if you are concerned
about speed, I might suggest finding a different mta like qmail or
postfix. They are more secure and faster than the traditional
sendmail.


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