XF 2.0 Email not working "Expected response code 220 but got code "550", with message"

KSA

Well-known member
Forum email not working out of the sudden.

I get this error

  • Swift_TransportException: Email to ...........................failed: Expected response code 220 but got code "550", with message "550-"[143.95.32.194]:17557 is in an RBL on bl.websitewelcome.com, see Blocked - 550 Too many failed logins" "
  • src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:383
  • Generated by: Unknown account
  • Dec 11, 2017 at 6:21 AM
Stack trace
#0 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(289): Swift_Transport_AbstractSmtpTransport->_assertResponseCode('550-"[143.95.32...', Array)
#1 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(117): Swift_Transport_AbstractSmtpTransport->_readGreeting()
#2 src/XF/Mail/Mailer.php(280): Swift_Transport_AbstractSmtpTransport->start()
#3 src/XF/Mail/Queue.php(65): XF\Mail\Mailer->send(Object(Swift_Message))
#4 src/XF/Job/MailQueue.php(11): XF\Mail\Queue->run(7.3711240291595)
#5 src/XF/Job/Manager.php(241): XF\Job\MailQueue->run(7.3711240291595)
#6 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 7.3711240291595)
#7 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 7.3711240291595)
#8 job.php(15): XF\Job\Manager->runQueue(false, 8)
#9 {main}
 
Either your username and password is set up incorrectly in Email options, or the email account has otherwise been locked out due to failed log in attempts from other locations.

You would need to contact whoever runs the mail server to unblock it and hopefully they can explain where the failed login attempts came from.
 
Either your username and password is set up incorrectly in Email options, or the email account has otherwise been locked out due to failed log in attempts from other locations.

You would need to contact whoever runs the mail server to unblock it and hopefully they can explain where the failed login attempts came from.

The Username and password has not been changed since they were created. Could it be that someone tries to access it? what has this website got to do with this? bl.websitewelcome.com!! Any idea?
 
They seem to provide a real time blacklist service -- a service that can be called up to check if a specific domain is blacklisted for any reason. It seems as though your email domain might be on that blacklist for the reasons given.

You will need to contact your mail server administrators. It would be them feeding information to the black list service, and them who will be able to unblock you and hopefully tell you what happened.
 
Top Bottom