Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.64 KB

README.md

File metadata and controls

74 lines (53 loc) · 2.64 KB

Definitive HTML Email Templating Guide [Transactional / Marketing Email Templating]

This guide was created after having issues while working at Green Invoice to refactor our transaction email system.

This guide was built upon my experiences and others and comes to help solving most of the issues of email templating.

Contributions

Contributions are welcomed, we will merge any pull request happily.

If you add a note please try to follow the way shown in here such as: before, after pictures, code examples.

Introduction

Some general email guidelines:

  • Consider yourself as a programmer in year 1999

  • There is no standart to email templating

  • Use email testing applications to resolve issues

Some Pre-made Templates Sources:

Guide

General Tools

Current available tools

Tools notes

Litmus:

  • Currently the best tool for testing emails
  • Sometimes have problems with rendering, see example (when this happens you might need to retry the render): Image
  • Use compiled sources or send emails directly - do not forward emails

Dev Tools

Current available tools

Other Information