-
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
Email fail - Invalid header value detected #25542
Comments
Hi @rafaelstz. 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. @rafaelstz do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @andrewbess. Thank you for working on this issue.
|
@magento give me 2.3-develop instance |
Hi @rafaelstz. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @rafaelstz, here is your Magento instance. |
Hello @rafaelstz |
Hi @magento-engcom-team. Thank you for working on this issue.
|
Hi @andrewbess, |
the same happens for order mails if the customer name contains non ascii characters. So this issue is valid and even pretty critical |
Hi @davidverholen. Thank you for working on this issue.
|
✅ Confirmed by @davidverholen Issue Available: @davidverholen, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Magento did not fixed in 2.3.4 |
still happens on EE 2.3.3 |
This solution worked for me 🎉 ! if ($encoding) {
$this->message->setEncoding($encoding);
} So, I think the best practice use type in di.xml in your module without rewrite and plugins. <type name="Magento\Framework\Mail\EmailMessage">
<arguments>
<argument name="encoding" xsi:type="string">utf-8</argument>
</arguments>
</type> |
I am facing this issue in Magento EE ver. 2.3.2 |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: