Hi guys,
I would invite anybody for a beer, who can solve this question:
Outgoing e-mails from our server are being sent for some users in QUOTED-PRINTABLE (which is readable for the recipients), but several user have all outgoing e-mails sent in BASE64 :-(((
Correct e-mail header:
Content-Type: text/plain; charset=“ISO-8859-2”
Content-Transfer-Encoding: quoted-printable
Wrong e-mail header:
Content-Transfer-Encoding: base64
Content-type: text/plain; charset=UTF-8
Can anybody help how to unify all outgoing e-mails to QUOTED-PRINTABLE?
Thank you!!
Adam