Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

account emails are sent, order emails not #256

Open
darioago84 opened this issue Oct 26, 2018 · 3 comments
Open

account emails are sent, order emails not #256

darioago84 opened this issue Oct 26, 2018 · 3 comments

Comments

@darioago84
Copy link

If we enable the module, account emails works (new customer, reset, etc) order emails not. Any differences? Logs Show only the first ones.

@Chispes
Copy link

Chispes commented Jan 17, 2019

the same thing happens to me, it has updated the version of php to the 7.1 and since then the emails of the orders do not work.

@azambon
Copy link

azambon commented Jul 29, 2019

Order confirmation emails are sent using the email queue, account emails are not (to the best of my knowledge).

Perhaps the Aschroder_SMTPPro_Model_Email_Queue::send() method should check whether the module is enabled before doing stuff? Like Aschroder_SMTPPro_Model_Email_Template::send() does?

@martinussuherman
Copy link

For anyone that might encounter the same problem, I'm stumbled upon the same problem today, seems the quickest fix is to set Queue Usage to Never.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants