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

Send email as Content-Transfer-Encoding: 8bit #211

Open
superphonic opened this issue Aug 22, 2014 · 0 comments
Open

Send email as Content-Transfer-Encoding: 8bit #211

superphonic opened this issue Aug 22, 2014 · 0 comments

Comments

@superphonic
Copy link

I have been messing with this for what seems like years. How on earth do I send html emails with Content-Transfer-Encoding: 8bit? No matter what I do they are always Content-Transfer-Encoding: quoted-printable

I have tried adding a custom header:

$email->addCustomHeader('Content-Transfer-Encoding', '8bit');

I have tried messing in various ways in the fEmail.php Class but no matter what I do my emails are quoted-printable!?!?!

Every single line in my HTML emails has =0D and it is messing with my styles.

How do I manually set the damn Content-Transfer-Encoding?

Thanks (Sorry for the rant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant