I have had some problems with a php application slowing down when it tries
to send email. It will work but the same function will take 30 seconds
instead of instant when the application is required to send an email aswell.
I have been told that it may be that the problem is with a slow dns lookup
and because sendmail is trying to send the mail instantly the application
has to wait. The method around it was for unix and was:

For people having really slow posting because of email related issues, try
adding -ODevelieryMode=q to the sendmail_path php variable. Then it'll just
queue it, not even do a DNS lookup.

How can I do this for a W2K system

many thanks

Graham


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

Reply via email to