XF 1.2 Unable To Send Mail Errors

Brent W

Well-known member
Code:
Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: Unknown Account, Today at 12:58 AM
Stack Trace
#0 /home/cruising/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/cruising/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/cruising/public_html/library/XenForo/Model/MailQueue.php(58): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /home/cruising/public_html/library/XenForo/Deferred/MailQueue.php(10): XenForo_Model_MailQueue->runMailQueue(9.99999809265)
#4 /home/cruising/public_html/library/XenForo/Model/Deferred.php(190): XenForo_Deferred_MailQueue->execute(Array, Array, 9.99999809265, '')
#5 /home/cruising/public_html/library/XenForo/Model/Deferred.php(313): XenForo_Model_Deferred->runDeferred(Array, 9.99999809265, '', false)
#6 /home/cruising/public_html/library/XenForo/Model/Deferred.php(266): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/cruising/public_html/deferred.php(15): XenForo_Model_Deferred->run(false)
#8 {main}
Request State
array(3) {
  ["url"] => string(40) "http://www.cruisingtalk.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(22) "/threads/vic-32.35609/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
You may need to look at your server's mail log. This is just a general error that PHP indicated that the mail send failed. There's really no other info returned by it.
 
+1

Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137

Code:
array(3) {
  ["url"] => string(36) "http://www.immobilio.it/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(99) "/threads/pu%C3%B2-il-conduttore-dare-disdetta-al-contratto-di-locazione-senza-alcun-preavviso.1635/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
I have the same issue as well. We have "Enable Email Confirmation" turned off on our board. Not sure why it's still trying to use anything related to mail.
 
Last edited:
Mail is used for many more things than email confirmation. For example, aside from watching threads/forums, lost password requests.
 
Yeah, we have the option set to "No" for using mail on thread/forum subscriptions. We don't use the traditional registration on our forums, just the Sign in through Steam plugin so there's really no area for them to get to that asks for a password reset. I'm really confused as to what can be happening.
 
Top Bottom