extra line breaks every line
-
Extra carriage return characters are added every line to plain text emails sent to subscribers. HTML emails format fine.
Here is the source code (via my mail client) from one paragraph of an example email:
I recently came across a document that perfectly illustrates this last poin=
t: a=0D
power point presentation by a senior Federal Reserve Bank research economis=
t,=0D
given at a conference aimed at school teachers specializing in economics.=
=0D
=0DThat paragraph formats in my mail client like this:
I recently came across a document that perfectly illustrates this last point: a
power point presentation by a senior Federal Reserve Bank research economist,
given at a conference aimed at school teachers specializing in economics.
The =0D is the quoted-printable mime for a carriage return character, which is interpreted by all mail clients (in conjunction with the new lines) as double line breaks.
I have a WordPress plugin that sends these emails through SMTP. To check whether this was a problem with that plugin rather than Subscribe2, I tried 3 different SMTP plugins (Easy WP SMTP, WP SMTP, and WP-Mail-SMTP — each of which have a userbase over 40,000). All had the above error, none had this issue in their support forums. The error seems to be unique to Subscribe2.
I use SendGrid as my SMTP server. I thought the issue could be with them, but I already fixed the “Don’t convert plain text emails to HTML” setting there.
https://support.sendgrid.com/hc/en-us/articles/200181418-Plain-text-emails-converted-to-HTML
- The topic ‘extra line breaks every line’ is closed to new replies.