Fix : wrong sender for sales emails sent from BO#11348
Fix : wrong sender for sales emails sent from BO#11348benjamin-volle wants to merge 1 commit intomagento:2.1-developfrom benjamin-volle:fix/bo_mail_sender
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