All Projects → mjmlio → Email Templates

mjmlio / Email Templates

A collection of email templates coded in MJML

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Email Templates

Cerberus
A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.
Stars: ✭ 4,356 (+6213.04%)
Mutual labels:  email, email-template, responsive-email
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (+42.03%)
Mutual labels:  email, email-template, responsive-email
Maizzle Php
Jigsaw-based PHP build system for rapid HTML email development with Tailwind CSS.
Stars: ✭ 303 (+339.13%)
Mutual labels:  email, email-template, responsive-email
woo-custom-emails
An add-on to support woocommerce custom emails
Stars: ✭ 15 (-78.26%)
Mutual labels:  email, email-template
email-framework
A simple, gulp powered framework to develop and test responsive emails.
Stars: ✭ 19 (-72.46%)
Mutual labels:  email, email-template
mjml-syntax
Sublime package for the MJML
Stars: ✭ 44 (-36.23%)
Mutual labels:  email, responsive-email
mjml-server
MJML wrapped in Express for use over HTTP
Stars: ✭ 31 (-55.07%)
Mutual labels:  email-template, responsive-email
Responsive Email
The basic "responsive" email template.
Stars: ✭ 265 (+284.06%)
Mutual labels:  email-template, responsive-email
Blastula
Easily send great-looking HTML email messages from R
Stars: ✭ 394 (+471.01%)
Mutual labels:  email, responsive-email
Responsive Html Email Signature
Template generator for (responsive) emails & email signatures ✨
Stars: ✭ 525 (+660.87%)
Mutual labels:  email, responsive-email
Premailer.net
C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
Stars: ✭ 503 (+628.99%)
Mutual labels:  email, email-template
Maizzle
Official Maizzle starter project.
Stars: ✭ 921 (+1234.78%)
Mutual labels:  email-template, responsive-email
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (-56.52%)
Mutual labels:  email, email-template
responsive-html-email-templates
Collection of Free responsive HTML templates for Startups
Stars: ✭ 187 (+171.01%)
Mutual labels:  email-template, responsive-email
starter-postmark
A Maizzle starter based on Postmark's transactional email templates.
Stars: ✭ 39 (-43.48%)
Mutual labels:  email-template, responsive-email
acorn
A responsive email framework based on a golden ratio typography grid.
Stars: ✭ 90 (+30.43%)
Mutual labels:  email-template, responsive-email
Bojler
Bojler is an email framework
Stars: ✭ 885 (+1182.61%)
Mutual labels:  email, email-template
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+4437.68%)
Mutual labels:  email, email-template
cli
CLI tool for the Maizzle Email Framework.
Stars: ✭ 31 (-55.07%)
Mutual labels:  email-template, responsive-email
Heml
HEML is an open source markup language for building responsive email.
Stars: ✭ 4,264 (+6079.71%)
Mutual labels:  email, responsive-email

email-templates

A collection of responsive email templates coded in MJML and available on mjml.io/templates.

Fixing a template

Some of those templates could do with a good clean and we truly appreciate help. If you see any error in a template or a way to enhance a template, feel free to submit a pull-request with your changes.

Submitting a template

We love showcasing our community's work! If you want to have your template featured on the website, feel free to submit your own MJML template (with a .mjml file extension) as a pull-request in this repo.

Compiling templates to HTML

You can render all templates at once by using the -w command (just make sure to first create the folder where you want the HTML files to be created).

mkdir templates/html
mjml -w ./templates/*.mjml -o ./templates/html/

Generating thumbnails

You can automatically generate thumbnails for the templates in the templates folder (requires Node v7.9.0).

yarn install
yarn thumbnails
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].