Hi everybody,
(i repost this message as it has been categorized under another thread).
i am experiencing a problem with all my boxes. When a php script calls
the mail() function, it actually takes more than 30 seconds to send out
the email (and the page loading waits that time).
i have measured it with this script
<?php
echo ini_get('sendmail_path').'<br />'.PHP_EOL;
echo date('H:i:s').'<br />'.PHP_EOL;
mail('[email protected]','Hi','How are you?');
echo date('H:i:s').'<br />'.PHP_EOL;
I have also tried to disable /usr/sausalito/sbin/phpsendmail
but no luck... it's always slow!
Thanks for a reply
Simone
_______________________________________________
Blueonyx mailing list
[email protected]
http://mail.blueonyx.it/mailman/listinfo/blueonyx