i am using swiftmailer for almost 3 months or something like that. i got version 3.2.1_4 running on a webserver.
it all worked fine. but something changed at the SMTP server which i have to connect to with swift.
although i did
Code: Select all
Swift_Errors::expect($e, "Swift_Exception");albeit I did the exception workaround mentioned in the docs, i am not able to process any further php-line after that fatal error.Fatal error:
Uncaught Error of type [swift_badresponseexception] with message [Expected response code(s) [250] but got response []]
@0 swift::swift() in /home/www/web4/web/tools/tE/mailer/index.php on line 42
@1 swift::connect() in /home/www/web4/web/tools/tE/mailer/swiftmailer/Swift.php on line 111
@2 swift::handshake() in /home/www/web4/web/tools/tE/mailer/swiftmailer/Swift.php on line 245
@3 swift_connection_smtp::postconnect() in /home/www/web4/web/tools/tE/mailer/swiftmailer/Swift.php on line 300
@4 swift_connection_smtp::runauthenticators() in /home/www/web4/web/tools/tE/mailer/swiftmailer/Swift/Connection/SMTP.php on line 341
in /home/www/web4/web/tools/tE/mailer/swiftmailer/Swift/Errors.php on line 99
first of all: what is this error about? i used that smtp-server some weeks with the same swift-version on the same server, but somehow, now i encounter that error.
secondly: how can i catch that error?