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,
another strange crash after only a few emails
Moderators: Chris Corbyn, General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: another strange crash after only a few emails
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).