Have tried various ports, etc. SSH'd into server and manually sent mail with telnet using desired server and user/pass. Have tried alternative SMTP servers. I just can't seem to get SMTP to work with Xenforo.
From Server Error Logs:
From Server Error Logs:
Code:
Server Error Log
Error Info
Zend_Mail_Protocol_Exception: Incorrect authentication data - library/Zend/Mail/Protocol/Abstract.php:431
Generated By: Unknown Account, Today at 2:59 AM
Stack Trace
#0 /home/XXXXX/public_html/library/Zend/Mail/Protocol/Smtp/Auth/Login.php(95): Zend_Mail_Protocol_Abstract->_expect(235)
#1 /home/XXXXX/public_html/library/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /home/XXXXX/public_html/library/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /home/XXXXX/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /home/XXXXX/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /home/XXXXX/public_html/library/XenForo/Mail.php(177): Zend_Mail->send()
#6 /home/XXXXX/public_html/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#7 /home/XXXXX/public_html/library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('XXXXX...', 'testaccount')
#8 /home/XXXXX/public_html/library/XenForo/ControllerPublic/Register.php(328): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#9 /home/XXXXX/public_html/library/Tac/CustomImgCaptcha/ControllerPublic/Register.php(51): XenForo_ControllerPublic_Register->actionRegister()
#10 /home/XXXXX/public_html/library/XenForo/FrontController.php(313): Tac_CustomImgCaptcha_ControllerPublic_Register->actionRegister()
#11 /home/XXXXX/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#12 /home/XXXXX/public_html/index.php(13): XenForo_FrontController->run()
#13 {main}
Request State
array(3) {
["url"] => string(41) "http://XXXXX.com/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(10) {
["username"] => string(11) "testaccount"
["email"] => string(28) "XXXXXX@XXXXXX.com"
["password"] => string(8) "********"
["password_confirm"] => string(8) "********"
["timezone"] => string(16) "America/New_York"
["public_uuid"] => string(25) "4d974114cff451fa074502f88"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "636e45718149cfdce806c46bf2f8a22e"
}
}