Closed
Description
Preconditions
- Magento Version 2.2.4 installed via composer
- PHP 7.0.30-0ubuntu0.16.04.1
(3. My magento has this module https://github.com/magepal/magento2-gmail-smtp-app)
Steps to reproduce
- Create a e-mail template containing a "ü" (üäö german stuff) in the subject
- Create an Order to get the E-mail
- View the email in outlook (web.de was also reported to me)
Expected result
- E-mail subject should display the "ü" like it was authored
Actual result
- E-mail subject shows "?" question mark in the same position as the "ü" should be
I resolved this issue by creating a plugin for Magento\Email\Model\Template method getSubject/afterGetSubject with utf8_encode($result) to UTF-8 encode the result.
This seems to be working for now.
Note for the module mentioned in the preconditions:
https://github.com/magepal/magento2-gmail-smtp-app
This module was installed before I upgraded to Magento 2.2.4 from 2.1 and there were no issues with the encoding of the subject line
Also the System does not retrieve the subject line when opening the email template.
Metadata
Metadata
Assignees
Labels
Issue is caused by one of the bundled extensionsGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 release