Page 1 of 1

another strange crash after only a few emails

Posted: Tue Mar 11, 2008 12:40 pm
by coderb
Hi All,

after successfully sending 5 of 12 emails, got a strange crash:

Fatal error:
Uncaught Error of type [swift_connectionexception] with message [The SMTP connection did not allow the command ' .' to be sent. (fsockopen: #0) ]
@0 swift::send() in /Library/WebServer/Documents/adco/flow/13_1_emailx.php on line 197
@1 swift::command() in /usr/include/php/SWIFT/Swift.php on line 480

in /usr/include/php/SWIFT/Swift/Errors.php on line 99

Please can someone help me here, don't know what else to try, thanks,

Re: another strange crash after only a few emails

Posted: Tue Mar 11, 2008 8:35 pm
by Chris Corbyn
Sounds like the SMTP server closed the connection on the script. fsockopen() didn't get a response back from the server withing the required timeout (10 seconds by default I think).