Thursday, 18 June 2015

New order email confirmation not being sent (magento 1.9.1)

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) {

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


====================================================================
magento.stackexchange.com/questions/45571/new-order-email-confirmation-not-being-sent-magento-1-9-1

app/code/core/Mage/Checkout/Model/Type/Onepage.php line# 812 chnage $order->queueNewOrderEmail(); to $order->sendNewOrderEmail();

app/code/core/Mage/Adminhtml/Model/Sales/Order/Create.php line # change 1564 $order->queueNewOrderEmail(); to $order->sendNewOrderEmail();

1 comment:

  1. This is just the information I am finding everywhere. Thanks for your blog, I just subscribe your blog. This is a nice blog..
    http://newizze.com/

    ReplyDelete