Zend Mail Transport Exception ????

vij

Well-known member
I just saw this server error. Confirmation email not sent. Any idea what this means and what steps I can take to prevent this?
Code:
Zend_Mail_Transport_Exception: Email to beinramirez@yahoo.com failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: etc, 55 minutes ago
Stack Trace

#0 /library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('beinramirez@yah...', 'etc')
#5 /library/XenForo/ControllerPublic/AccountConfirmation.php(104): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#6 /library/XenForo/FrontController.php(347): XenForo_ControllerPublic_AccountConfirmation->actionResend()
#7 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /index.php(13): XenForo_FrontController->run()
#9 {main}

Request State

array(3) {
  ["url"] => string(61) "http://www.pharmacyresearcher.com/account-confirmation/resend"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(5) {
  ["_xfToken"] => string(8) "********"
  ["_xfConfirm"] => string(1) "1"
  ["_xfRequestUri"] => string(18) "/register/register"
  ["_xfNoRedirect"] => string(1) "1"
  ["_xfResponseType"] => string(4) "json"
  }
}
 
Last edited:
This is just saying that when PHP tried to hand off to the mail program, it failed. Unfortunately, we don't have any more information than that. The mailer's log would likely be the only place for it, though you'd need root access to look at that. If it's a one off, you can likely ignore it.
 
Top Bottom