-
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
NO sender in email header for magento 2 sales order and password change emails to customer #23199
Comments
Hi @msawyers. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @msawyers do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @shikhamis11. Thank you for working on this issue.
|
This is likely the result of a recent fix (?) as per #14952 after a too long struggle... |
The issue only exist on 2.3.1 can be replicated on vanilla instance |
Any assistance with this? |
If the emails are plain text then there is another bug where plain text emails are no longer sent as valid MIME emails so email clients may refuse to handle utf-8 encoding as that is only valid in MIME emails. See #22103. |
Yes, thats whats happening, issue still exist on Magento 2.3.2 |
Yes. Plain text emails are currently broken in 2.2 and 2.3. Since 2.2.8 and never worked in 2.3. |
Hi @msawyers. Thank you for your report.
The fix will be available with the upcoming 2.2.10 release. |
Awesome, thanks @gwharton |
Hi @msawyers. Thank you for your report.
The fix will be available with the upcoming 2.3.3 release. |
Preconditions
Magento 2.3.1
PHP 7.2.7
Steps to reproduce
Production Mode
Single Store Mode
Add product to cart
Checkout
View email in Live/hotmail account
Expected result
Order confirmation email with FROM name and email address sent to the customer per settings from store email addresses in config
Actual result
Order confirmation email contains no FROM or FROM EMAIL address
On email app sender shown as =?utf-8?QStorename?=
The text was updated successfully, but these errors were encountered: