-
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
New order notification is not sent to the admin #16203
Comments
I think the following issue is related with this one. #16165 |
This is where the issue was first created. #11740 |
@bnymn, thank you for your report. |
PR #16461 is awaiting review and will fix this issue. |
I also have the same issue on Magento 2.2.5 |
I also encountered this. how can i fix it? im using Magento ver. 1.7.0.2 |
Same issue on magento 2.2.6 Order mail was sent but marked as (The order confirmation email is not sent) in admin detail order. |
PR #18472 is the fix. Just waiting to be merged. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @bnymn The issue was re-tested and we can confirm that it was fixed on the 2.3 release branch. We closing this issue as fixed due to upcoming 2.3 release that will be available soon. |
I really don't agree with this new process to be honest. The decision to not fix any bugs on 2.2 unless they are also present in 2.3 seems a strange one! |
@gwharton I'm tested it now on 2.2-develop, i'm not able to reproduce this on 2.2-develop. |
Looks like it may have been fixed in MAGETWO-91477 |
I am facing the same issue. What need to done to fix this issue? I am using Magento 2.2.5 and i don't have Magento folder in lib/internal. I created that folder place files according this commit |
Magento 2.2.1 |
Hi @bnymn. Thank you for your report.
The fix will be available with the upcoming 2.3.1 release. |
Hi, how do I get this merged into 2.2.5? I need this fixed |
How to backport to 2.2.5 please, has someone got an extension plugin for this, it's kind of an important functionality to let orders email know of orders... |
I'm having this issue in 2.2.4 and cannot upgrade to 2.3. Is there a fix for my version? |
When a customer places an order, (s)he receives an order confirmation email but admin does not receive any notification.
I have traced back the error to this file (vendor/magento/module-sales/Model/Order/Email/Sender.php:84)
It throws an exception with the following message "From Header set twice".
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: