Hi all,
When i try to send a newsletter i find it doesnt look right in my mail program. In the browser it looks fine.
Looking at the messages source i find that blank lines are inserted in between every other line.
I.e. I see:
<!DOCTYPE html>
<html>
<head>
Where i expect
<!DOCTYPE html>
<html>
<head>
The same behaviour occurs when long lines get truncated (by? the plugin? some smtp server? phpmailer?)
;" lang=3D"NL">Pieter Boskma</span></strong><span style=3D"font-size: 11.0p=
t;" lang=3D"NL"> (Leeuwarden, 1956)<span style=3D"color: black;"> was werkz=
aam als conservator bij de afdeling Indonesi=C3=AB van het Rijksmuseum voor=
Where i expect
;" lang=3D"NL">Pieter Boskma</span></strong><span style=3D"font-size: 11.0p=
t;" lang=3D"NL"> (Leeuwarden, 1956)<span style=3D"color: black;"> was werkz=
aam als conservator bij de afdeling Indonesi=C3=AB van het Rijksmuseum voor=
In my mail client i then find superfluous spaces in the middle of words; And if the extra blank lines are inserted in the middle of a html tag, the markup gets corrupted
Did any one else experience this problem?
Would it be an issue with the newsletter plugin, or maybe with the phpmailer used by my hoster?
The text is utf-8; in the database it do not find extra ‘\n’, or ‘\r’ characters.
Setting the content encoding to base 64 didnt solve the issue
Thnx Frans