0

All of a sudden Magento (1.9.1.0) stopped sending new order emails automatically. From backend if I click on Send Email in Sales > Orders > Random Order then the user receive the email, but I have to do it manually.

I checked all the options in Configuration > Sales > Sales emails > Order and Enabled is set to Yes and sender email domain is the same domain of the site.

I have enabled logging in System > Configuration > Developer > Log Settings and checked logs files in magento var/log but there's nothing strange.

I also checked mail server logs, there's no trace of automatically sent emails, i only see entries of manually sent emails

AndyB
  • 3
  • 3

1 Answers1

0

As of Magento 1.9.1 sales emails are added to a queue and sent via cron job. You can view the release notes at http://www.magentocommerce.com/knowledge-base/entry/ce19-later-release-notes

Once you setup a cron job your store will begin to send order emails again.

Eirik
  • 2,072
  • 3
  • 26
  • 36