Skip to content

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

@superphonic

Description

@superphonic

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions