Zend_Mail_Transport_Exception: Email help!

teddyvgt

Member

dovecot+postfix+amsmtp+SquirrelMail

Error here:

Code:
error
Zend_Mail_Transport_Exception: Email to 1373dfff@gmail.com failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137

Stack
#0 /web/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /web/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /web/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /web/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /web/library/XenForo/Model/UserConfirmation.php(241): XenForo_Mail->send('1373dfff@gmail.com...', 'vgt')
#5 /web/library/XenForo/ControllerPublic/LostPassword.php(84): XenForo_Model_UserConfirmation->sendPasswordResetRequest(Array)
#6 /web/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_LostPassword->actionLost()
#7 /web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /web/index.php(13): XenForo_FrontController->run()
#9 {main}

array(3) {
  ["url"] => string(38) "http://youxibot.com/lost-password/lost"
  ["_GET"] => array(1) {
    ["/lost-password/lost"] => string(0) ""
  }
  ["_POST"] => array(2) {
    ["username_email"] => string(19) "1373dfff@gmail.com"
    ["_xfToken"] => string(8) "********"
  }
}
 
You are using the PHP mail function so XenForo passes the email to sendmail or the equivalent on the server.

The failure is at the server level, you can check the server mail log to see why it is failing.

Your host should be able to help with that.
 
Top Bottom