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.
The extension AOE_Scheduler can help you in confirming that your Magento cronjob has been configured correctly and is running.
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 (!($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue)) {
Hello to every one, the contents existing at this website are really amazing
for people knowledge, well, keep up the good
work fellows.
Hi, Thank you for the post.
Its solve the issue of email order confirmation but its affect on “Contact Us” and “Forgot Password” mail functionality
can you help me to solve these issue
Can you please send me log file so i can check it my end.