Skip to content
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

Closed
extremeskillz opened this issue Feb 18, 2020 · 9 comments
Labels
Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: done Reported on 2.3.3 Indicates original Magento version for the Issue report.

Comments

@extremeskillz
Copy link

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.

@m2-assistant
Copy link

m2-assistant bot commented Feb 18, 2020

Hi @extremeskillz. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

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:

@magento give me 2.4-develop instance - upcoming 2.4.x release

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?

  • yes
  • no

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Feb 18, 2020
@devchris79
Copy link

Actually the fix for this should be in 2.3.5, here is the discussion:
#25076

and the commit:
6976aab

@gwharton
Copy link
Contributor

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.

@extremeskillz
Copy link
Author

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.

@gwharton
Copy link
Contributor

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.

@extremeskillz
Copy link
Author

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.

@manju-Cue
Copy link

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.
And, I'm also in agreement with gwharton that it should be fixed in Zend framework.

@Cahoo
Copy link

Cahoo commented Feb 24, 2020

I've faced issue with =0A=0A=0A=0A=0A=0

image

@extremeskillz
Copy link
Author

fixed in the latest releases.

@magento-engcom-team magento-engcom-team added the Reported on 2.3.3 Indicates original Magento version for the Issue report. label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: done Reported on 2.3.3 Indicates original Magento version for the Issue report.
Projects
Archived in project
Development

No branches or pull requests

7 participants