Difference between revisions of "Rich HTML email"

From Wikicliki
Jump to: navigation, search
(General Rules for Rich HTML email design)
(Easiest way to make and send Rich HTML)
Line 1: Line 1:
== Easiest way to make and send Rich HTML ==
+
== Easiest Homebrew way to make and send Rich HTML ==
  
 
<ol><li>Create your html page first</li>
 
<ol><li>Create your html page first</li>

Revision as of 02:51, 20 October 2009

Easiest Homebrew way to make and send Rich HTML

  1. Create your html page first
  2. Open it in IE7
  3. Choose the "send page as email" option
  4. Your Rich HTML email will be ready for sending in Outlook

General Rules for Rich HTML email design

  • Avoid stylesheets
  • Name your images sensibly and generically to avoid SPAM filtering (eg: image1.gif or header.gif)
  • Avoid ROWSPAN and COLSPAN totally
  • All special charactrs must be spelt out (eg: & pound for the pound symbol)
  • Keep email below 40k (including images)
  • Set max width to 600 pixels. you have approximately 576 x 252 pixels real estate to work with (72ppi)

Rules to help avoid your mailer going into spam folder

email client may direct emails with missing table tags, content below the closing </HTML> tag, or empty <title></title> tags, into the junk folder.

other triggers to avoid:

  • HTML comments which “obfuscate text”
  • Fonts in the HTML code sized 2+ or larger
  • Links without a "http://" prefix
  • Colored backgrounds
  • Special font colors outside of the 217 “Web-safe” colors

See Also