Moshe1010
Well-known member
Lately I get these errors and have no idea what triggers it. Any idea?
Just to clarify the system does send emails on a regular basis (I get notifications on private messages and when I'm following a thread. I've also tried to register and got a confirmation email.
I'm using the default email (I'm not using any custom SMTP server).
In my mail server log, I have some bounced emails due to a cron that sends emails to idle users, is this the reason for this error?
Thanks.
Code:
Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Stack Trace
#0 /home/admin/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/admin/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/admin/public_html/library/XenForo/Model/MailQueue.php(62): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /home/admin/public_html/library/XenForo/Deferred/MailQueue.php(10): XenForo_Model_MailQueue->runMailQueue(9.99999785423)
#4 /home/admin/public_html/library/XenForo/Model/Deferred.php(198): XenForo_Deferred_MailQueue->execute(Array, Array, 9.99999785423, '')
#5 /home/admin/public_html/library/XenForo/Model/Deferred.php(321): XenForo_Model_Deferred->runDeferred(Array, 9.99999785423, '', false)
#6 /home/admin/public_html/library/XenForo/Model/Deferred.php(274): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/admin/public_html/deferred.php(18): XenForo_Model_Deferred->run(false)
#8 {main}
Request State
array(3) {
["url"] => string(33) "http://www.forumurl.com/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(18) "/attachments/8705/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Just to clarify the system does send emails on a regular basis (I get notifications on private messages and when I'm following a thread. I've also tried to register and got a confirmation email.
I'm using the default email (I'm not using any custom SMTP server).
In my mail server log, I have some bounced emails due to a cron that sends emails to idle users, is this the reason for this error?
Thanks.
Last edited: