XF 1.5 Emails Don't send (google SMTP server)

bounty

New member
Hello, Using xenforo and trying to send emails from the site. Email Verification doesn't send or work and we get the error log for connection timed out to the gmail smtp server we are using.

http://pastebin.com/vKZZFxy2

Pastebin Link with error code, will paste below also.
Thanks for the help

Server Error Log
Error Info
Zend_Mail_Protocol_Exception: Email to mvkbounty@gmail.com failed: Connection timed out - library/Zend/Mail/Protocol/Abstract.php:277
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/easycare/public_html/library/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('ssl://smtp.gmai...')
#1 /home/easycare/public_html/library/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect()
#2 /home/easycare/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /home/easycare/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /home/easycare/public_html/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /home/easycare/public_html/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#6 /home/easycare/public_html/library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('mvkbounty@gmail...', 'EmailTest')
#7 /home/easycare/public_html/library/XenForo/ControllerPublic/Register.php(424): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#8 /home/easycare/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#9 /home/easycare/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/easycare/public_html/index.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(52) "http://easycareer.x10.mx/index.php?register/register"
["_GET"] => array(1) {
["register/register"] => string(0) ""
}
["_POST"] => array(17) {
["username"] => string(0) ""
["1226aaa39efd78ae8224899b59409d6d"] => string(9) "EmailTest"
["e03460ce92a4a7925d3c9bfa16986c67"] => string(0) ""
["60b735866be3dbd8297935b1950b1a55"] => string(19) "mvkbounty@gmail.com"
["5d08a4d8bd509bafc084c9c35d6e364f"] => string(0) ""
["24517e26e7134bae77647634dbd78378"] => string(0) ""
["dob_month"] => string(2) "10"
["dob_day"] => string(1) "4"
["dob_year"] => string(4) "1995"
["cfc72eda9cedd66cfc131e80a79c17e0"] => array(1) {
["ctp"] => string(7) "Working"
}
["custom_fields_shown"] => array(1) {
[0] => string(3) "ctp"
}
["c2f87f0680c741485dd683e729be7461"] => string(16) "America/New_York"
["recaptcha_challenge_field"] => string(292) "03AHJ_VuueV0jpu0cGtk1rqsRHAMk-RHSU0YpaTWvrjQ5K-c7EuelQof1RqFZt3h6L1oZ8KZINfb-CTKXt9opSI3Dvv8DSusyAbBJjZ9ZzJiOprFKbTj4Sa0svDGb9ndZJNB9lNu1gHLKrGmOZ-89FZY41l-fu81bdmUhAeWoyYmXK_Zhjy4HxOGFFD7V0n7QoemWDmNwIDuRWfNAIIF5GBCcbTw92tCV_TeKMgzfcmhe9fOsgHz_F0E_uiOnC_O-27zSjDuyvPJG68JMgwo1BhM9t4A7N-xLhxA"
["recaptcha_response_field"] => string(3) "155"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "111ac3e3770629b7accff30a223b16ff"
}
}
 
Top Bottom