We are using CuteEditor (.NET) for our emailing our users. However, we've noticed that the HTML templates do not format properly for Outlook 2007.
I believe this is due to the <html><body> tags getting removed from the body of the message that is sent:
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
<div align=3D"center">=0D=0A<div style=3D"font-size: 10px; width: auto;=
Which translates from this:
To this:
Is there a config setting to preserve these, or has anyone discovered a workaround? The formatting is perfect in Outlook Express, Mozilla, and webmail clients.