-
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
Magento 2.3.4 order confirmations showing up as attachements to email clients #26913
Comments
Hi @extremeskillz. 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. @extremeskillz do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
In my opinion that commit is not the proper fix. All it does is remove the content disposition inline header. The correct fix should be to fix the zend framework bug which incorrectly utf-8 encodes the content disposition header if present. That is the real reason for the issue. |
I'm in agreement with gwharton. The should have been fixed by now with the 2.3.4 role out. I saw the tickets mentioning this but unless its fix in the stock code I don't consider that production. |
Magento had included the content disposition inline header since day 1 but was never an issue because zend framework 1 didnt have the bug. It only became a problem recently when magento moved to zend framework 2 which contains the bug. I dont know what other effects renoving the disposition inline header will have. |
The other thing to is I upgraded using composer, not the archive so the the temp fix mentioned is not in the same locations mentioned. The original 2.2.2 install was from archive but all upgrades have been with the cli using composer. I'm using the Luma theme. |
I also faced this issue in Magento2.3.3. I was considering it will be fixed in new release magento2.3.4 but unfortunately, it's still there. |
fixed in the latest releases. |
Magento 2.3.4 (upgrade from 2.3.3)
Ubuntu 16.04LTS
Just did a fresh upgrade to 2.3.4 and the order confirmations from client order placed are not showing up at HTML anymore. They are showing up as attachements to emails. This impacts thunderbird and outlook email clients. Mobile email clients like seem to be fine. This needs to be address as its confusing clients when they reset passwords or sign up. This issue seems to still be a carry over issue from magento2.3.3. All other aspects of the magento platform seem to be fine.
The text was updated successfully, but these errors were encountered: