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".
I think the following issue is related with this one. #16165
This is where the issue was first created. https://github.com/magento/magento2/issues/11740
@bnymn, thank you for your report.
We've acknowledged the issue and added to our backlog.
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
php 7.1.22
MySQL 5.7.22
Order mail was sent but marked as (The order confirmation email is not sent) in admin detail order.
No mail was sent to Addresses set on "Send Order Email Copy To" with "Separate Email" settings.
This issue is present on all payments method.
No error on log nor in Apache error_log
PR #18472 is the fix. Just waiting to be merged.
Hi @engcom-backlog-nazar. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:
Component: XXXXX label(s) to the ticket, indicating the components it may be related to.[ ] 2. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 3. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 4. If the issue is not relevant or is not reproducible any more, feel free to close it.
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
https://github.com/magento/magento2/commit/9a7c9e553b1c9814907105388bffc2e8a91353a5#diff-dfb3ee5a7f863458afea75f5524cd2e5
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
9a7c9e5#diff-dfb3ee5a7f863458afea75f5524cd2e5
But still not working.
Magento 2.2.1
Just adding that I did not have this problem until enabling authorize.net.
We had "bluepay" up until Nov. "Send Order Email Copy To" emails were working fine. We switched to Authorize.net and now they are no longer working. Hope that helps.
Hi @bnymn. Thank you for your report.
The issue has been fixed in magento/magento2#18471 by @gwharton in 2.3-develop branch
Related commit(s):
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?
Most helpful comment
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!