XF 1.2 Unable To Send Mail

Brent W

Well-known member
I have gotten this error in the past when using SMTP to deliver mail. I no longer send mail over SMTP and I am now seeing this pop up again. Here is the error:

Code:
Error Info
Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: Unknown Account, Today at 12:54 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.99999690056)
#4 /home/cruising/public_html/library/XenForo/Model/Deferred.php(190): XenForo_Deferred_MailQueue->execute(Array, Array, 9.99999690056, '')
#5 /home/cruising/public_html/library/XenForo/Model/Deferred.php(313): XenForo_Model_Deferred->runDeferred(Array, 9.99999690056, '', 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(36) "/threads/changes-to-ketchikan.35635/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom