Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Thanks for the input but these problems can pretty sure be excluded. Just because the actual system cron job runs every minute doesn't mean all Magento cron jobs do. In our case only email was set up to also run every minute and from Magentos cron log we can see that all cron jobs finish successfully - even in "stressful" minutes (i.e. every hour or so when more jobs run at once and not just email). Logging is also enabled and exceptions are not thrown at all. Running into spam filters can be excluded as well as after the workaround I posted all emails do reach all customers. Commented Jan 10, 2015 at 1:18
  • You may want to try and enable developer mode to see if it helps generate any exceptions not being logged. Be cautious of it if its running in production however. Also any correlating web server logs? Commented Jan 13, 2015 at 0:37
  • 2
    @JeyDWork have you implemented Aoe_Scheduler? This can give good visibility. Commented Jan 19, 2015 at 13:42
  • 2
    Would like to see an update. The email queue is proving to be a challenge for many. Commented Feb 15, 2015 at 16:07
  • 1
    For me I was using paypal standard which need IPN (Instant Payment Notification) data return from paypal just to confirm payment was success and change the order status to processing/completed and finally send email.. but I didn't have actual domain set up for my server and vhosts to access that was the reason paypal couldn't post IPN data to magento. You can check IPN history in the paypal business account profile. Paypal actually showed the data that was suppose to send out and the status was "retrying".. Commented Sep 23, 2015 at 10:30