XF 1.5 Email errors

triforceguy1

Active member
Hey everyone,

Been recently getting some errors when the board tries to send emails to users. Did a bit of fiddling with settings and couldn't get anything to work so I brought it up with my hosting provider (whois) in case it is a server issue beyond my control, but also though I'd bring it up here as well in case anyone would like to chime in. I'm using XF 1.5.11

Thanks in advance
Leon

Code:
Zend_Mail_Transport_Exception: Email to *EMAIL OMITTED* failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: Ghost of Forum Past, A moment ago
Stack Trace
#0 /home/nintyjro/public_html/forum/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/nintyjro/public_html/forum/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/nintyjro/public_html/forum/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /home/nintyjro/public_html/forum/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /home/nintyjro/public_html/forum/library/XenForo/Model/UserConfirmation.php(153): XenForo_Mail->send('jetty123@gmx.co...', 'Ghost of Forum ...')
#5 /home/nintyjro/public_html/forum/library/XenForo/ControllerPublic/AccountConfirmation.php(108): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#6 /home/nintyjro/public_html/forum/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_AccountConfirmation->actionResend()
#7 /home/nintyjro/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/nintyjro/public_html/forum/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(58) "http://www.nintybuzz.com/forum/account-confirmation/resend"
["_GET"] => array(0) {
}
["_POST"] => array(5) {
["_xfToken"] => string(8) "********"
["_xfConfirm"] => string(1) "1"
["_xfRequestUri"] => string(7) "/forum/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Top Bottom