Magento 1.9 – Fix Newsletter Scheduled but Not Sending Issue

cronmagento-1.9newsletter

I can't find any google solution that matches my problem.

  • Cron is working.
  • Order e-mails are sent with success.
  • All other e-mails are working too, excepting newsletter.

My last newsletter was sent using 1.7.0.2.
But after updates to 1.9.1.0 my newsletter e-mails are not being sent.

Cron schedule table shows up all queues, including newsletter_send_all with success message.
Going to backend I can see ZERO processed from thousands of subscribers.
No newsletter e-mail was sent.
No errors in Magento logs, PHP logs and Apache logs.

What could be happening?

Best Answer

Try to use this extension : https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension (You can see all logs of sending emails and configure other mail server is if needed)

and this extension: https://github.com/AOEpeople/Aoe_Scheduler (You can check the cron and review when scheduled, etc).

Related Topic