All Projects → leemunroe → Responsive Html Email Template

leemunroe / Responsive Html Email Template

Licence: mit
A free simple responsive HTML email template

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Responsive Html Email Template

React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (-71.09%)
Mutual labels:  email-marketing, email, email-template, html-emails
Html Email Templates
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Stars: ✭ 178 (-98.36%)
Mutual labels:  email-marketing, email, email-template, html-emails
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (-99.72%)
Mutual labels:  email, email-marketing, email-template
Maizzle
Official Maizzle starter project.
Stars: ✭ 921 (-91.5%)
Mutual labels:  email-marketing, email-template, html-emails
Mosaico
Mosaico - Responsive Email Template Editor
Stars: ✭ 1,392 (-87.15%)
Mutual labels:  email-marketing, email, email-template
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (-99.1%)
Mutual labels:  email-marketing, email, email-template
Paperboy
💌💨 Email Campaign Delivery built with GoLang inspired by GoHugo
Stars: ✭ 411 (-96.21%)
Mutual labels:  email-marketing, email, html-emails
Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (-87.27%)
Mutual labels:  email-marketing, email, html-emails
Bootstrap Email
Bootstrap 4 (and soon 5) stylesheet, compiler, and inliner for responsive and consistent emails with the Bootstrap syntax you know and love.
Stars: ✭ 781 (-92.79%)
Mutual labels:  email, responsive
Mysigmail
UI Email Signature Generator - Make easy to create your email signature
Stars: ✭ 925 (-91.46%)
Mutual labels:  email, email-template
Premailex
Preflight for your HTML emails - inline styling and plain text.
Stars: ✭ 114 (-98.95%)
Mutual labels:  email, html-emails
Responsive Html Email Signature
Template generator for (responsive) emails & email signatures ✨
Stars: ✭ 525 (-95.15%)
Mutual labels:  email, responsive
Laravel Mail View
Preview Laravel Mailables and notifications in your browser.
Stars: ✭ 41 (-99.62%)
Mutual labels:  email, email-template
Bojler
Bojler is an email framework
Stars: ✭ 885 (-91.83%)
Mutual labels:  email, email-template
Premailer.net
C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
Stars: ✭ 503 (-95.36%)
Mutual labels:  email, email-template
Dotmailer Magento2 Extension
The official Engagement Cloud for Magento2 extension
Stars: ✭ 33 (-99.7%)
Mutual labels:  email-marketing, email
Email Templates
Free HTML email templates for Mailchimp and other emails services
Stars: ✭ 457 (-95.78%)
Mutual labels:  email-marketing, email-template
Notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Stars: ✭ 32 (-99.7%)
Mutual labels:  email-marketing, email
Mailerlite Api V2 Php Sdk
Official PHP wrapper for MailerLite HTTP API v2
Stars: ✭ 50 (-99.54%)
Mutual labels:  email-marketing, email
Email Templates
A collection of email templates coded in MJML
Stars: ✭ 69 (-99.36%)
Mutual labels:  email, email-template

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.

Simple HTML Email

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 and then send a test email to yourself 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:

<img src="https://absolute-path-to-image.jpg" alt="Useful alt text" width="500" height="300" border="0" style="border:0; outline:none; text-decoration:none; display:block;">

More information here

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

This free template is part of a pack of responsive email templates for developers and startups available on HTML Email. image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].