-
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
[2.3] Plain Text Emails are now sent with correct MIME Encoding #23535
[2.3] Plain Text Emails are now sent with correct MIME Encoding #23535
Conversation
Hi @gwharton. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @aleron75, thank you for the review. |
✔️ QA passed |
Hi @gwharton, thank you for your contribution! |
Description (*)
Since Magento switched to Zend Framework 2 (2.2.8+ and 2.3.0+) Plain text emails are no longer sent as mime.
This PR ensures that all emails, regardless of type are sent as MIME.
Unit tests now check correct message encoding for both html and plain text emails.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)