-
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
Fix : wrong sender for sales emails sent from BO #11348
Fix : wrong sender for sales emails sent from BO #11348
Conversation
Should I change the destination branch to "develop" ? |
Hi @synolia-bvo, |
Regarding your question:
Please use either 2.2-developer or 2.1-develop (depending on where the problem exists). Thanks! |
Hello, The problem is still present in verison 2.2 I changed destination to 2.1-develop. If the problem exists in both version, do i need to do this PR on both branches ? |
I see you also added some scope/store id's @PieterCappelle. |
Otherwise, only 2.2-develop should be fine as well and it will be backported later. |
Hi, There is one modification that is not in @PieterCappelle 's PR in file app/code/Magento/Sales/Model/Order/Email/SenderBuilder.php @PieterCappelle : can you please add this modification to yours ? |
Done @synolia-bvo. |
Thank you. So can I close my PR ? |
Yes, but maybe wait until my PR is accepted? |
Ok, I'll do this. Thanks ! |
Awesome, thanks @PieterCappelle @synolia-bvo! |
Hi all, Is there any news for these issues ? @avoelkl Thanks, |
Hi @synolia-bvo, |
Hi, What should I do now ..? |
Issue was fixed for |
@orlangur The fix you referenced doesn't fix the same problem. My fix was for "sales emails " (like orders or invoices), not for reset password. |
@synolia-bvo could you please report it if still relevant for |
It looks fixed in 2.2 in this commit : f2bfdd9 |
@synolia-bvo thanks for investigation! Then, if you really need it fixed in |
Fix for wrong sender when sending sales emails from BO for non-default stores
Description
The sales emails are always sent from default sender when sent via BO, even if the sender is overriden in configs
Manual testing scenarios