You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
An 'encoded-word' MUST NOT appear in any portion of an 'addr-spec'.
An 'encoded-word' MUST NOT appear within a 'quoted-string'.
An 'encoded-word' MUST NOT be used in a Received header field.
An 'encoded-word' MUST NOT be used in parameter of a MIME
Content-Type or Content-Disposition field, or in any structured
field body except within a 'comment' or 'phrase'.
....
**This is a workaround for encoding issue until Magento resolves bug**
magento/magento2#22065magento/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#6841zendframework/zendframework#5708zendframework/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
My mail client do not recognize mail format when I set mail Message charset to UTF-8.
Here what I got in mail headers
According to RFC http://www.ietf.org/rfc/rfc2047.txt only specific mail headers can be encoded when charset is set to other than ASCII.
Temporary solution can be
The text was updated successfully, but these errors were encountered: