Live data from Hacker News

Zurb Ink: Responsive HTML Email Framework

designinstruct.com

31–40 of 104 posts

Re: Zurb Ink: Responsive HTML Email Framework

#32

HTML email allows an unreasonable level of deception. How does your mail client render this? http://trustworthy.host If you can't get your message across in a plain text email, you may want to reconsider whether your intent is to mislead.

I wholeheartedly agree, and we had a discussion about plain text vs html emails at my org a while back.

The problem is that marketing wants designed emails to the customer that catches the customer's eye. For the most part, plain text marketing emails end up TL;DR.

Re: Zurb Ink: Responsive HTML Email Framework

#33
post #32

HTML email allows an unreasonable level of deception. How does your mail client render this? http://trustworthy.host If you can't get your message across in a plain text email, you may want to reconsider whether your intent is to mislead.

I wholeheartedly agree, and we had a discussion about plain text vs html emails at my org a while back. The problem is that marketing wants designed emails to the customer that catches the customer's eye. For the most part, plain text marketing emails end up TL;DR.

So send both!

Multi-part mime types for a html and a text email for those of us who don't read HTML in our email :)

Re: Zurb Ink: Responsive HTML Email Framework

#38
post #9

Lovely framework, but can someone explain why HTML email is so stuck in the past? Why can't email clients just abide by proper web standards?

I think it was around Outlook 2007 Microsoft decided that instead of using Internet Explorer to render their emails, they would use Microsoft Word. That's right. Word. And now whenever you try to use even the most basic CSS rules, Outlook fucks it up very badly. Then there is that abomination called Lotus Notes (mainly Outlook 2007 makes IE6 look like the best browser in the world.

You left out the most amazing part: they doubled down on the MS Word rendering engine in Office 2013. At one point there was a letter writing campaign to ask them to change their mind.

Re: Zurb Ink: Responsive HTML Email Framework

#40
This is great to see and long overdue. We get a lot of customers that ask about how they should create email templates. We don't really want to go down that path, so we'll be happy to direct them here.

Also, +1 on using Litmus for testing rendering across different clients.

There are also other things to consider when designing email templates and email deliverability in general.

- Always use multi-part, with a nice text part. Not having a text part is a spam flag.

- Keep the ratios of images and links to text low. High ratios are spam flags. Also, most of the time images will not be displayed by default.

- Use common sense, avoiding exclamations and referencing spammy words (eg. buy now!).

- Avoid link shorteners (commonly used in phishing emails)

- Use Litmus to test against spam filters to see where common sense fails.

- mail-tester.com is another nice free tool for checking for spam flags.

- There are also some little things that can trip you up, like having malformed message-Ids where the domain in the message-ID does not match the sending domain.

For more thoughts, we have a best practices (http://documentation.mailgun.com/best_practices.html)

Edit: Also, PLEASE only send emails to people that have given you (like on your website) permission and you have validated the email address with a confirmation link (double opt-in) before sending subsequent emails. Always give recipients the conspicuous and easy ability to unsubscribe.

Post reply on HN