aschroder / Magento-SMTP-Pro-Email-Extension

Full SMTP and Gmail/Google Apps Email support for Magento
aschroder.com
333 stars 209 forks source link

1.9.3.2 Order Emails Not Sending #202

Open fycben opened 7 years ago

fycben commented 7 years ago

Hi,

After updating magento from 1.9.2.4 to 1.9.3.2 my order emails are not sending.

Is there a fix for this issue?

mbenatti commented 7 years ago

see https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension/issues/185

@aschroder Do you have any update if you are working on this?

Thanks in advance!

aandrade1234 commented 7 years ago

The most strange thing is that it was sending and on two weeks in past it stoped.

dmto commented 7 years ago

I just discovered this issue. It was caused by some rewrite conflicts. Try downloading n98-magerun.phar and run n98-magerun.phar dev:module:rewrite:conflicts

aandrade1234 commented 7 years ago

Hi @dmto I just tried n98-magerun.phar dev:module:rewrite:conflicts, but it doesn't find any conflict. An addition point is that I'm using php 7.

pepijnblom commented 7 years ago

It could be that you have a single email with an incorrect emailadress which is blocking other mails from being sent. Check the first entry in the table core_email_queue_recipients

vissoci commented 7 years ago

I have the same issue after the same Magento update. Can anyone give me some direction?