nate koechley's blog

http://nate.koechley.com

Mar
16
2004

Trackback or comment.

Find citations on Bloglines or Technorati. View blog reactions

By category: Uncategorized.

Was asked about HTML email recently, so started looking around. I found that the css-d mailing list maintains an effective wiki, which covers the topic.

The page, HTML Email and Using Style, has some helpful background, stats and advice for authoring HTML emails.

(Disclaimer: I believe you should think long and hard before creating HTML email. I believe email should be plain text. Many others have made this point.

As a bonus, the page also has some stats on AOL version usage (AOL 5 is holding steady at 5% of AOL users). I put those stats in our BrowserStats page.

To complete the circle, i created a WebDev Twiki page for gathering best practices and info related to HTML Email. Please help me populate it!

2 Responses to “HTML Email”

  1. A few other notes:
    - Don’t use javascript. Very few clients will display it — there are far too many security hole that spammers can exploit.
    - Many clients are now blocking img src request.
    - Really think about how the user will react to the mail. AOL starts blocking senders if the sender gets too many complaints — generally complaints are generated when the user doesnt like the mail they receive.

  2. oh yeah.
    - Make sure your html is very clean (spammers do not — they include invalid tags and attributes to fool antispam services)
    - Remove all your html comments — spammers use them to increase the randomness of their emails.
    - generally, think of the types of things you see in spam, and do the exact opposite — make those antispam tool’s job as easy as possible.

Leave a Comment

Comments are held for moderation so I can manually delete spam not caught by the filters.