-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Order confirmation & shipment mail not send on 2.2.4 #16231
Comments
@wangzhi0417, which extension are you referring to? This GitHub repository is intended for bug reports in core Magento modules, in case of problems with some third party extensions their respective vendors should be contacted instead. |
I also in trouble with this issue for 2.2.4. I found that it’s missing sender informations. I test on 2.2.5 branch , it works. I use mageplaze smtp extension. Just setup x |
@kingyond Thanks, do you know when 2.2.5 will be released? |
@orlangur I am using mageplaze smtp extension, thanks for the reminder, but I cannot find a place to discuss that extension. |
@wangzhi0417 I don't know when 2.2.5 will release. I were in trouble for a month with version 2.2.3 and 2.2.4 release. Look like 2.2.x release cannot using as live commerce site. There are many bugs for these versions. |
@wangzhi0417 Also, i confirm this bug cause by 2.2.4 itself. But not cause by mageplaze smtp extension. I am waiting 2.2.5 release. But had to consider using version 2.1.x . Really wasting time for 2.2.3 and 2.2.4. I think that should not be set flag as release version. Really not friend to new magento user. It's jump into trap after using version 2.2.3 and 2.2.4. |
@wangzhi0417 I found a solution how to fix this bug. If the above step not solved the problem. |
This GitHub repository is intended for bug reports in core Magento modules, in case of problems with some third party extensions their respective vendors should be contacted instead. |
@orlangur: that amazon module is now part of Magento 2.2.4 by default, so Magento has some kind of responsibility to deal with bugs introduced by those modules I think (even if it is only passing the information around that bug on to that particular vendor). But luckily, for this particular module, there is an open source repository to report these issues: https://github.com/amzn/amazon-payments-magento-2-plugin/ This also sounds like a duplicate of #14952, but I'm not 100% sure... |
@kingyond: I can confirm, disabling Amazon_Payment & Amazon_Login fixes the problem:
But not sure if this was the same issue as was initially reported by @wangzhi0417, but it feels like it is strongly related. |
Definitely yes. Such responsibility does not mean bugs in such modules should be reported in this repo IMO. It's like making Magento responsible for bug in Symfony framework if such bug is breaking something in your custom code. However, it's a responsibility of a vendor to test extension with new Magento version like
The big question here is why they were enabled during upgrade in the first place ;) |
Problem is that most of these modules are not on Github or some place else (luckily Amazon's module is), I've opened a devdocs issue for contact information for all these CBE's: magento/devdocs#1961
Installing a clean 2.2.4 from scratch enables all modules. In my opinion, these non-Magento modules should be disabled by default, new Magento modules can be enabled though. |
I see...
Such expectation is correct and I'm pretty sure testing with all modules enabled is performed as a part of release activities. However, testing for compatibility with "mageplaze smtp extension" or any other third-party extension is not performed and SHOULD NOT be performed. This is a responsibility of those extensions respective vendors. |
Correct, I was talking about those Amazon modules :) Which most likely triggered the problem with the mageplaze smtp extension, it also breaks default magento email sending, so yeah... Anyway, this is probably not the correct thread for such discussions :) |
I have exactly the same symptoms in magento 2.2.5 Is this issue is related to magento2-gmailsmtpapp extension or to magento core files ? Preconditions Steps to reproduce Upgraded magento to 2.2.5 After user placing an order (payment via paypal, or payment as "cash / check" method), no confirmation mail, after ship the order, no shipment mail. I asked the question here #smtp issues/117 |
Related issue: #14952 |
@hostep your solution worked for me. Issue solved just after disabling module bin/magento module:disable Amazon_Payment Amazon_Login Thanks a lot for this solution |
@hostep your solution working fine with my project magento 2.2.4 bin/magento module:disable Amazon_Payment Amazon_Login Thanks you very much. |
Preconditions
magento 2.2.4
magento2-gmailsmtpapp
Steps to reproduce
Please advise, thanks.
The text was updated successfully, but these errors were encountered: