Magento – New Order Email Notification not working

emailmagento-1.9

The website I am working on doesn't sends the orders notification email either to admin nor to the customers. But the admin and customers receive registration and reset password notification emails. I don't know why this is happening. I am facing this issue for the past 20 days.

Best Answer

First go to System > Configuration > Sales Emails and make sure that Enabled is set to Yes.

After that look in core_email_queue table. If there are entries in the table and customers/admin are not getting any emails it means cron job is not running.

More details here.

Related Topic