Tuesday 15 March 2016

Instant order email

By,
Rashmi

How to send instant order
In Magento v1.9, Sales transaction emails are not sent instantly, they are queued. The order emails are sent after an interval time that are queued. Thus Magento transactional emails will be sent after the set cron job interval. If there are many mails in the list then sending procedure decreases and not easy to handle. Therefore, sales order emails should be hit instantly. It sends when Magento cron jobs is initiated.
 

There are two solutions to this problem.
Solution 1: To set cron job in magento server with 5 minutes of interval.
*/5 * * * * wget -O /dev/null -q http://www.magento-site.com/cron.php

 Read More.......Instant Order Mail

No comments:

Post a Comment