-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Email encoding leads to problems in several clients - add ENCODING_QUOTEDPRINTABLE #22065
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
Comments
Hi @klein0r. 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. @klein0r do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
In addition to the above, since 2.2.8, and presumably in 2.3 plain text emails are no longer sent as MIME, and so also do not display character encoding properly. See #22103 |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
#cdkyiv2019 |
@rvoronovmeticulosity thank you for joining. Please accept team invitation here and self-assign the issue. |
Hi @rvoronovmeticulosity. Thank you for working on this issue.
|
Can't reproduce the bug. Not actually anymore |
@rvoronovmeticulosity Which email clients have been tested? |
@rvoronovmeticulosity lets just close issue if you not able to reproduce 👍 |
Unable to reproduce on Thunderbird 60.6.1 |
**This is a workaround for encoding issue until Magento resolves bug** magento/magento2#22065 magento/magento2#22103 **Change will effect Magento 2.2.8 and 2.3.+** Because of ZF v2 usage in these versions setEncoding on message should fix encoding overall (setEncoding fixes encoding issue in subject) but because of ZF v2 bug have to fix encoding separately on body. zendframework/zendframework#6841 zendframework/zendframework#5708 zendframework/zendframework#4917 **To test:** - Test both email types text and html - Test in Magento 2.3.* - Test in Magento 2.2.8 - Test in Magento < 2.2.8 - Test using our Email Template mapped and our SMTP enabled - Test using Magento template and our SMTP enabled - Test using our SMTP disabled Related work items: #86368
Preconditions (*)
Steps to reproduce (*)
ö ä ü ß €
Expected result (*)
Actual result (*)
Solution: Add ENCODING_QUOTEDPRINTABLE as encoding to Zend_Mime_Parts
vendor/magento/framework/Mail/Message.php:168
The text was updated successfully, but these errors were encountered: