Hey all, I'm having a problem a few days now where users are not receiving their confirmation emails after registering.
Our site uses shared hosting with Hostgator. Our domain hosted by Godaddy and email via Google Apps.
I have tried various settings for the email from the various topics posted previously here but to no avail.
Contacted Hostgator and they said everything was fine on their end. I am stumped as to what to to next.
The server logs show the following -
Our site uses shared hosting with Hostgator. Our domain hosted by Godaddy and email via Google Apps.
I have tried various settings for the email from the various topics posted previously here but to no avail.
Contacted Hostgator and they said everything was fine on their end. I am stumped as to what to to next.
The server logs show the following -
Zend_Mail_Protocol_Exception: Email to emailtestertg@outlook.com failed: Connection timed out - library/Zend/Mail/Protocol/Abstract.php:277
#0 /home/tg/public_html/forum/library/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('tcp://smtp.gmai...')
#1 /home/tg/public_html/forum/library/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect()
#2 /home/tg/public_html/forum/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /home/tg/public_html/forum/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /home/tg/public_html/forum/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /home/tg/public_html/forum/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#6 /home/tg/public_html/forum/library/XenForo/Model/UserConfirmation.php(153): XenForo_Mail->send('emailtest@o...', 'TG.Test')
#7 /home/tg/public_html/forum/library/XenForo/ControllerPublic/AccountConfirmation.php(108): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#8 /home/tg/public_html/forum/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_AccountConfirmation->actionResend()
#9 /home/tg/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/tg/public_html/forum/index.php(13): XenForo_FrontController->run()
#11 {main}