tags:

views:

141

answers:

3

HTML Email is a whole different ballgame from Websites, which have moved away from tables and toward CSS.

I'm looking for recommendations for HTML mail tools, hopefully from someone who has actually used them (I can manage a Google search).

Anything that does a good job of converting from CSS standards to HTML mail?

Anything that can parse the HTML and point out problems that will occur in various email programs?

Or do you just hand code and try it in all the email programs? Any services like browser shots for email?


Update:

Assume the email is visually appealing--not just text, but something designed by a good visual designer.

+1  A: 

I just hard code my HTML for e-mails. I do make sure I keep the HTML for e-mails extremely simple.

Depending on the e-mail I typically use xslt and convert it to HTML from another document. That depends on the implementation. Many times I just build the string. Again it just depends.

David Basarab
+1  A: 

You could try MailChimp. You can create templates and test it out there. They also offer tested email templates that works great across different email readers.

I've used the templates designed in MailChimp successfully in many cases. In fact, after you design the email, you can copy the resulting html code into your own system.

Dhana
I knew about MailChimp and Campaign Monitor from the article I linked. Thanks for the recommendation. So it went well for you? Any chance I could get you to remember any problems you had?
Nosredna
Honestly, I've not had any issues with MailChimp. In fact, it has ironed out all the issues I used to have trying to get a consistent looking emails. Never liked dealing with nested tables and MailChimp has certainly made my life a little easier.
Dhana
+1  A: 

Premailer works fairly well. Plus CampaignMonitor and MailChimp both provide very good free templates (good as in "terrible old school markup", but they're perfect for HTML email).

EDIT: a bit of a tangent here, but once you work with HTML email and once the feelings of rage and repulsion have subsided, you may want to check out fixoutlook.org =)

Andy Ford
Wow. Tables will live forever!
Nosredna