magento新订单跟订单更新不会发邮件New order email confirmation not being sent (magento 1.9.1)

从国外找到的答案

Starting with Magento 1.9.1 the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob – please ensure this has been set up and is running correctly.

解决办法一

If your mail system(smtp, zend_mail) works fine; disabling mailQueue may solve your problem.

/app/code/core/Mage/Core/Model/Email/Template.php

Change Line 407

if ($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue) {
if (false /\*$this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue\*/) {
 

解决办法二 开启magento cron jobs

原创文章,作者:卧龙涤生,如若转载,请注明出处:https://www.chuang-ke.com/1716

(0)
上一篇 2015年7月5日 下午2:06
下一篇 2015年7月17日 下午10:05

相关推荐

回复 新用户996412

您的电子邮箱地址不会被公开。 必填项已用*标注

评论列表(11条)

创客交流群