Skip to content

clearbold/html-email-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

HTML Email Resources

HTML Email Resources, compiled by http://clearbold.com

Last updated Feb 17, 2015 unless otherwise noted.

Lee Munroe's Things I've Learned About Email, For Web Designers and Developers is a comprehensive list.

Blogs

Boilerplate

I've referenced Ted's Cerberus templates for hybrid techniques. (5.12.2017)

I haven't actually used any of these, but here are some others: (^MR)

Client Notes

  • Litmus added Comcast this year. I've found that hybrid mobile-first media queries require widths be set in min-width media queries to lock in full size layouts. (5.12.2017)
  • I've also found inconsistent rendering of width + padding values in media queries compared to other clients. (5.12.2017)

CSS (or lack thereof)

  • Bulletproof Email Background Images
    • This technique (and tool to generate the necessary code) works, but Outlook 2007, 2010 and 2013 fall apart when you put two tables over the background image with align=left & align=right, which is a popular technique for responsive email design.
  • Bulletproof Email Buttons

Delivery Platforms - Self-hosted

Delivery Platforms - Third-party

  • Campaign Monitor
  • ConstantContact
    • We don't pay too much attention to ConstantContact. Last I looked a few years back, they did not support reusable templates or many of the great features offered by Campaign Monitor and MailChimp. ^MR
  • MailChimp

Design Galleries

Fonts & Typography

Guides

MX

Pre-flight - Inline CSS generators

Responsive Email Design

Spam Busters

  • Linked links:
    • This continues to trip me up. Linking a URL, such as clearbold.com, seems to immediately trigger spam filters. (^MR)

Starter Templates

  • Clearboldne.ws templates are in this repository. They'll need to be run through an inliner before sending. (See "Pre-flight - Inline CSS generators")

Statistics & Data

Templates

Testing

  • Litmus
    • Litmus's virtual testing tools power those of many other platforms. For a while I've paid one-off fees to Campaign Monitor for access to email client screenshots. You get a lot more functionality working with Litmus directly, including the ability to live edit your code and refresh tests in supported email clients. (^MR)

Tools

Releases

No releases published

Packages

No packages published

Languages