Skip to content

salaros/responsive-html-email-template

 
 

Repository files navigation

Really Simple Responsive HTML Email Template

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

Yet another fork! Why?

This repo is a fork of leemunroe's responsive-html-email-template project. The only big difference is that my fork is built using Gulp. This project has been originally forked for creating a pull request, however because of strict contributing policies its changes didn't make it to the original repo (leemunroe/responsive-html-email-template).

See live preview.

Simple HTML Email

Sending emails directly from your codebase or using a developer service?

For an API service (like Mailgun) you need to inline the CSS before sending. See email-inlined.html for an example.

You can use CSS inliner tools like Responsive CSS Inliner or Juice to do this automatically.

  • Copy all of email.html
  • Paste the HTML as the source into the inliner
  • Copy the HTML output and use this as the email template you send

Sending emails using a marketing service like Mailchimp?

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

Tried and tested on all major email clients

Tested on mobile, desktop and web.

Templates Tested on Email Clients

See the Litmus test results.

More HTML email resources

About

A free simple responsive HTML email template built with Gulp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 73.5%
  • CSS 20.2%
  • JavaScript 6.3%