Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leemunroe/responsive-html-email-template
A free simple responsive HTML email template
https://github.com/leemunroe/responsive-html-email-template
email email-marketing email-template email-templates html html-emails responsive
Last synced: about 1 month ago
JSON representation
A free simple responsive HTML email template
- Host: GitHub
- URL: https://github.com/leemunroe/responsive-html-email-template
- Owner: leemunroe
- License: mit
- Created: 2013-12-20T14:21:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T11:27:07.000Z (5 months ago)
- Last Synced: 2024-12-03T23:34:09.910Z (about 1 month ago)
- Topics: email, email-marketing, email-template, email-templates, html, html-emails, responsive
- Language: HTML
- Homepage: http://leemunroe.github.io/responsive-html-email-template/email.html
- Size: 97.7 KB
- Stars: 13,364
- Watchers: 251
- Forks: 4,412
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-emails - @leemunroe/responsive-html-email-template
- awesome-email-marketing - Free Responsive HTML Email Template
- jimsghstars - leemunroe/responsive-html-email-template - A free simple responsive HTML email template (HTML)
README
# Free Responsive HTML Email Template
Sometimes all you want is a really simple responsive HTML email template with a clear call-to-action button. Here it is.
[See live preview](http://leemunroe.github.io/responsive-html-email-template/email.html).
## Inline your CSS before sending
Email is notorious for inconsistent CSS support. Therefore you should always inline your CSS and send a test to yourself before sending.
### Sending emails directly from your codebase or using a developer service?
For an API service (like Mailgun, SendGrid, Postmark) **you need to inline the CSS before sending**. See `email-inlined.html` for an example.
You can use this [Email CSS Inliner](https://htmlemail.io/inline/) and then [send a test email to yourself](https://postdrop.io) to verify it works as expected.
* 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.
## Images in email
When inserting images remember to include the following attributes or risk them breaking in different clients:
* `src`
* `alt`
* `width`
* `height`
* `border`Example:
``
[More information here](https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/)
## Tried and tested on all major email clients
Tested on mobile, desktop and web.
## More HTML email resources
* [10 Premium HTML Email Templates for Developers](https://htmlemail.io)
* [Free Figma Email Template Design System](https://htmlemail.io/design-system)
* [An Introduction To Building And Sending HTML Email](https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/)
* [Grunt Email Design Workflow](https://github.com/leemunroe/grunt-email-design)
* [Everything Web Developers Need To Know About Transactional Email](https://webdesign.tutsplus.com/articles/everything-developers-need-to-know-about-sending-transactional-email--cms-31759)
* [Manage and Send Email Templates To Yourself](https://postdrop.io)
* [Accessible Email Evaluation Tool](https://www.accessible-email.org/)This free template is part of a pack of responsive email templates for developers and startups available on [HTML Email](https://htmlemail.io).
[![image](https://github.com/leemunroe/responsive-html-email-template/assets/15963/61d4a6d7-bd0e-4241-b4e5-d766162df192)](https://htmlemail.io)