Are there any good tools to easily test how HTML email will look across different email clients? I prefer something with instant feed back rather than a submit and wait service like http://litmusapp.com Or at the very least a way to test the Outlook 2007/MS Word rendering?

I found this related question but it doesn't specifically address testing. What guidelines for HTML email design are there?

link|improve this question

52% accept rate
1  
Sounds like some you might want to consider creating VMs for if nobody can provide you with any good tools. – RichardOD Jun 19 '09 at 14:05
feedback

8 Answers

up vote 17 down vote accepted

Yes, you can use any of these popular tools:

link|improve this answer
feedback

I created a web site tool to test HTML mails!

Puts Mail It's a mail test tool to test your mails before sending them

The main idea of this tool is to test HTML mails that will be sent as campaigns, newsletters and others (please, don't use it to spam, help us to make a better world)

http://putsmail.com

Puts Mail is an open source project, it can be forked on https://github.com/phstc/putsmail.com

Regards, Pablo Cantero

link|improve this answer
I like your post :) Thanks a lot... I am bookmarking it, please keep it all alive... – Braveyard Jun 1 '11 at 20:26
1  
+1 for the only FREE (open source) links- for developer its helps me allot and saves mega dollar. Thanks – ppumkin Jul 12 '11 at 8:36
very nice - thank you for the useful tool! – Jonah1289 Oct 4 '11 at 23:30
Thanks Pablo, very useful contribution: just tested, and works! – Marius Butuc Jan 12 at 17:07
Hurray to Free Open Source!!! – Nasaralla Apr 2 at 15:31
show 1 more comment
feedback

I found emailonacid.com today (beta, currently free†) - have only played with it a little but so far so good. It simulates the following clients:

  • AOL 9
  • Entourage 2004 & 2008
  • Gmail
  • Hotmail
  • Windows Live Mail
  • Windows Mail
  • Mac Mail
  • Outlook 2003 & 2007
  • Thunderbird 2, 3 & Beta
  • Yahoo Classic / Yahoo Mail

The very helpful thing about this service is it tells you what code is not supported in which client.


Edit: Not free anymore, but provides a limited free email test.

link|improve this answer
that emailonacid.com is a great tool. thanks for pointing it out – smnbss Jul 21 '11 at 12:51
feedback

If you don't want to use a submission service like Litmus (Litmus is the best, BTW) then you're just going to have to run Outlook 2007 to test your email.

It sounds like you want something a little more automatic (though I'm not sure why), but fortunately Outlook is easy to automate using Visual Basic for Applications (VBA).

You can write a VBA tool that runs from the command line to generate an email, load the email up in Outlook, and even capture a screenshot if you wish. (Presumably this is what the Litmus team does on the backend.)

(BTW, do not attempt to use MS Word to test mail; the renderer is similar but subtle differences in page layout can affect the rendering of your email.)

link|improve this answer
By "instant feedback" I mean something where I don't have to actually send the email to see my changes. Something similar to web browsers where I can make a change, hit refresh and see the results. Anything similar for Outlook? – ejunker Jun 19 '09 at 20:25
You'd be crazy to use anything but Outlook to test Outlook rendering. If you write a VBA script, you can make it as easy as hitting refresh, but probably not quite as fast. If turnaround speed is ridiculously important, you could try using VBA to automatically modify an existing email instead of sending it out via SMTP. Cutting the network traffic out of the loop will help performance considerably. You big whiner. ;-) – Dan Fabulich Jun 19 '09 at 20:36
feedback

Campaign Monitor is quite popular and offers previews for many popular email clients.

link|improve this answer
Also see their overview of CSS support at campaignmonitor.com/css – Arjan Aug 24 '09 at 19:08
feedback

If you are converting your HTML pages to Email. You should check Premailer,

It converts CSS to inline CSS and also tests the compatibility with major email clients.

link|improve this answer
feedback

I've used most of them and can tell you that the best method is to test directly to each client. Once you are comfortable with sending you can send tests of your emails to gmail and if the design doesn't break then it's pretty safe on modern email clients.

You can check what is supported on which client here:

http://www.email-standards.org

link|improve this answer
feedback

Another thing you could try is to upload the html to a webpage and then open the webpage in word to test Outlook.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.