XF 1.4 Zend Mail Exception! (More Info in Thread.)

Xelphos

New member
I have no idea what is going on here. I wasn't the one who installed Zend Mail on the server, so I don't know if there are some issues with the settings or what not, but the forum cannot send email for the following reason:

Code:
Zend_Mail_Protocol_Exception: Email to xelpheon@gmail.com failed: 'http://smtpout.europe.secureserver.net/' appears to be a DNS hostname but cannot match TLD against known list, 'http://smtpout.europe.secureserver.net/' does not appear to be a valid local network name - library/Zend/Mail/Protocol/Abstract.php:145

Code:
Stack Trace
#0 /var/www/forums/library/Zend/Mail/Protocol/Smtp.php(156): Zend_Mail_Protocol_Abstract->__construct('http://smtpout....', '25')
#1 /var/www/forums/library/Zend/Mail/Protocol/Smtp/Auth/Login.php(76): Zend_Mail_Protocol_Smtp->__construct('http://smtpout....', NULL, Array)
#2 /var/www/forums/library/Zend/Mail/Transport/Smtp.php(198): Zend_Mail_Protocol_Smtp_Auth_Login->__construct('http://smtpout....', NULL, Array)
#3 /var/www/forums/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /var/www/forums/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /var/www/forums/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#6 /var/www/forums/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#7 /var/www/forums/library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('xelpheon@gmail....', 'Test Monkey 3')
#8 /var/www/forums/library/XenForo/ControllerPublic/Register.php(412): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#9 /var/www/forums/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#10 /var/www/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /var/www/forums/index.php(13): XenForo_FrontController->run()
#12 {main}


I have checked the info in ACP > Options> Email Options Everything is correct, I am assuming it is not on my end. But I am asking here just incase.
 
Last edited:
Top Bottom