Page 1 of 1

Extra line added to quoted printable

PostPosted: Thu Jul 16, 2015 10:13 pm
by smy
One of the forums I'm a member of sends new post notifications as quoted-printable.

Code: Select all
X-Mailer: PHPMailer 5.1 (phpmailer.sourceforge.net)
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

SG is adding a line break in the middle of a text line, which has the effect of breaking the URL in the notification.

i.e.
Code: Select all
Someone has commented on Your Topic=0A=0Ahttp://www.example.com/forums/dis=
cussion/comment/914123#Comment_914123

becomes
Code: Select all
Someone has commented on Your Topic=0A=0Ahttp://www.example.com/forums/dis=

cussion/comment/914123#Comment_914123

I've verified that it's only happening through SG and isn't my service or client.

Please fix. :D

Re: Extra line added to quoted printable

PostPosted: Tue Jul 21, 2015 7:16 pm
by josh
is that in the body of the message or the headers?

Re: Extra line added to quoted printable

PostPosted: Thu Jul 23, 2015 3:20 pm
by smy
Ah, yes, sorry. The extra line is in the body.