Just the simplest invocation with hard coded parameters, followed
by echoing a message, hangs for exactly 1 minute. ("defaulttimeou t"
in php.ini is set to 30 (seconds)). If I don't wait, and immediately
hit the browser's "stop" button I get that "transfer interrupted"
message, but the email still gets sent and received just fine.
Sendmail is not running, "sendmail_p ath" is not set in php.ini, and
the email headers look as if the email was sent from the command line
using /bin/mail. Any thoughts on making mail() not hang, please?
Thanks,
Martin
by echoing a message, hangs for exactly 1 minute. ("defaulttimeou t"
in php.ini is set to 30 (seconds)). If I don't wait, and immediately
hit the browser's "stop" button I get that "transfer interrupted"
message, but the email still gets sent and received just fine.
Sendmail is not running, "sendmail_p ath" is not set in php.ini, and
the email headers look as if the email was sent from the command line
using /bin/mail. Any thoughts on making mail() not hang, please?
Thanks,
Martin
Comment