简体   繁体   English

Magento CE 1.9.1.1不发送销售电子邮件

[英]Magento CE 1.9.1.1 not sending sales emails

We are having issues with Magento not sending emails out. 我们遇到Magento不发送电子邮件的问题。 The emails having issues are the sales email which are logged into core_email_queue . 有问题的电子邮件是登录到core_email_queue的销售电子邮件。 None of these are sending. 这些都没有发送。 All other emails send fine through my server. 所有其他电子邮件都通过我的服务器发送。

I am aware that CE1.9.x send emails through cron and my cron.php is running fine. 我知道CE1.9.x通过cron发送电子邮件,我的cron.php运行正常。 AOE scheduler shows the cron is running. AOE scheduler显示cron正在运行。 Only the emails are not being sent. 仅发送电子邮件。 In exception.log I see this issue which is exactly when the emails stopped going out and it repeats. 在exception.log中,我看到了这个问题,这正是电子邮件停止出去并重复的时候。

How can I fix this? 我怎样才能解决这个问题? It's a fresh install of CE1.9.1.1 and I reinstalled just to be sure. 这是CE1.9.1.1的全新安装,我重新安装只是为了确定。

2015-04-30T01:35:03+00:00 ERR (3): 
exception 'Zend_Mail_Transport_Exception' with message 'Unable to send mail. ' in /home/nli/catalog/lib/Zend/Mail/Transport/Sendmail.php:137
Stack trace:
#0 /home/nli/catalog/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/nli/catalog/lib/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/nli/catalog/app/code/core/Mage/Core/Model/Email/Queue.php(241): Zend_Mail->send()
#3 [internal function]: Mage_Core_Model_Email_Queue->send(Object(Aoe_Scheduler_Model_Schedule))
#4 /home/nli/catalog/app/code/community/Aoe/Scheduler/Model/Observer.php(79): call_user_func_array(Array, Array)
#5 /home/nli/catalog/app/code/core/Mage/Core/Model/App.php(1338): Aoe_Scheduler_Model_Observer->dispatch(Object(Varien_Event_Observer))
#6 /home/nli/catalog/app/code/core/Mage/Core/Model/App.php(1317): Mage_Core_Model_App->_callObserverMethod(Object(Aoe_Scheduler_Model_Observer), 'dispatch', Object(Varien_Event_Observer))
#7 /home/nli/catalog/app/Mage.php(448): Mage_Core_Model_App->dispatchEvent('default', Array)
#8 /home/nli/catalog/cron.php(76): Mage::dispatchEvent('default')
#9 {main}

I think following post can help you. 我认为以下帖子可以帮到你。

Magento:exception 'Zend_Mail_Transport_Exception' with message 'Unable to send mail Magento:异常'Zend_Mail_Transport_Exception',消息'无法发送邮件

There is a chance that your from address can have extra character that seems invalid. 您的地址可能会有额外的字符似乎无效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM