The order confirmation email is not sent

Just do a small change in order.php
(public_html/app/code/core/Mage/Sales/Model/Order.php)

First create one directory strcture as below path and then copy and paste the file to below path.
(public_html/app/code/local/Mage/Sales/Model/Order.php)

Now, change from
$mailer->setQueue($emailQueue)->send();
to
$mailer->send();

Comments

Popular Posts

Magmi Single and Multiple Category Importer