When all you need is a really simple HTML email template.
HTML
Switch branches/tags
Nothing to show
Latest commit 2f6081f May 5, 2017 @leemunroe committed on GitHub Merge pull request #61 from bcalik/patch-1
Indentation fix
Permalink
Failed to load latest commit information.
.gitignore Initial commit Dec 20, 2013
email-inlined.html Remove line with width:auto Dec 5, 2016
email.html Indentation fix May 4, 2017
license.txt Create license.txt Dec 28, 2013
readme.md Update readme.md Mar 10, 2017

readme.md

Really Simple Responsive HTML Email Template

Sometimes all you want is a really simple responsive HTML email template. Here it is.

Preview: http://leemunroe.github.io/responsive-html-email-template/email.html

Sending emails using a marketing service like Campaign Monitor or Mailchimp?

Use the template as is. They'll put the CSS inline for you when you put together your campaign.

Sending emails directly from your app or using a developer service

For an API like Mailgun you need to put the CSS inline. You can use inliner tools like Putsmail or Juice to do this automatically.

  • Copy all of email.html
  • Paste the HTML as the source into Putsmail
  • Copy the HTML results and use them in your email view/template

Tried and tested on all major email clients

Tested on mobile, desktop and web.

Templates

Here are the Litmus test results.

More HTML email resources