Eaw Sep 14, 2009
When I run the SPAM test before sending my email I get the following error:
Message is HTML without HTML Content-Type 2.0
How do I fix this?
Thanks!
On Wed, Sep 9, 2009 at 11:16 AM, Jonah Kadish <
notifications-support@deemocdiy.zendesk.com> wrote:
You must do 2 things
1. put the following code (DOCTYPE) at the very top of the page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2. put the following code in the header of your HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">