May152008
Here’s 5 top rules for email marketing for us all to follow:
- Market unto others as you would have them market unto you.
- Deliver content that you can’t get anywhere else.
- There is a limit to the amount of email your audience can stomach.
- Make sure your message is emotional or memorable (have a purpose).
- Make the message personal.
Source: OMMA
Nov282007
The folks at campaignmonitor are up to something good, the Email Standards Project. This is something I support un-yeildingly. The state of email clients has been, for as long as they’ve existed, worse than the browser wars. Your HTML email designs look completely different on multiple email clients both desktop and web-based and as much as you try and as hard as you work at it, there’s not much you can do. Here’s the ESP’s mission:
The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.
Our goal is to help designers understand why web standards are so important for email, while working with email client developers to ensure that emails render consistently. This is a community effort to improve the email experience for both designers and readers alike.
May242007
We design and build a lot of HTML email message here at Period Three, A LOT… One thing we’ve learned over the course of time is that CSS support in web based email systems and desktop email applications is spotty at best. Not to mention now that Microsoft has said that it will be integrating Word’s HTML rendering engine into it’s newest iteration of Outlook instead of IE7’s. Ouch! Most of the time your emals will be viewed in Yahoo, AOL, Hotmail/MSN and GMail, so make sure an test the design out in all of them. It’s safe to assume that you should avoid entirely a pure CSS layout for your message and if you use it at all make sure it uses inline-styles. Here’s a quick list of email apps/clients and what they use (for now):
Yahoo! Mail = Supports CSS
Hotmail = Supports CSS
(if you put the style element in the <body> not the <head> of your HTML document)
Gmail = Supports only Tables and inline CSS
Outlook and Outlook Express = Supports CSS
Lotus Notes = Supports only Tables and inline CSS
AOL 9 = Supports CSS
Thunderbird = Supports CSS
Mac Mail = Supports CSS
Entourage = Supports CSS
Eudora for the Mac = Supports only Tables and zero CSS
In many cases the <style> element gets removed completely from your message HTML, so inline-styles are the safe way out.
Apr252007
I know there have been several articles and posts about this subject already across the web but I have to put in my two cents worth. I agree with David Greiner at Campaign Monitor when he says “Microsoft takes email design back 5 years” with their decision to use the Word HTML rendering engine in their new Office 2007 release of Outlook.
What are they thinking? While it appears they support inline-styles, this is still a long way from being at least a decent upgrade instead it is a major step backwards. A short list of what isn’t supported in the new Outlook/Word 2007 HTML rendering engine uncovers a very sad state of affairs:
no support for background images (HTML or CSS)
no support for multiple nested tables with background colors applied
no support for forms
no support for Flash, or other plugins
no support for CSS floats
no support for replacing bullets with images in unordered lists
no support for CSS positioning
no support for animated GIFs
I struggle to understand this decision and why Microsoft continues to steer away from supporting widely accepted W3C HTML standards (yes I know IE7 was a step in the right direction but I’m not 100% satisfied.)
“HTML has nearly universal adoption among consumers: A Jupiter Research consumer survey found just 3% receive only text email.” taken from emaillabs.com
I’ve read many posts that support the “text-only” approach which in my opinion is simply the easy way out, and I know simply complaining about this isn’t going to change Microsoft’s mind and at least have them use their own IE7 HTML engine *gasp*… I have always built the email messages for my clients using the tried-and-true tables with inline styles method and I’m sure things will be fine with that practice going forward but isn’t this a huge step backwards for web-standards and HTML email marketers worldwide?