Skip to content
Snippets Groups Projects
Commit 2006ee19 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #760 from greezybacon/issue/mail-client-qp


Use base64 encoding for text version of emails

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents ec694ffa 324b6fb7
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ class Mailer {
//Desired encodings...
$encodings=array(
'head_encoding' => 'quoted-printable',
'text_encoding' => 'quoted-printable',
'text_encoding' => 'base64',
'html_encoding' => 'base64',
'html_charset' => 'utf-8',
'text_charset' => 'utf-8',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment