Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.93 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.93 KB

MailBuilder

MailBuilder is a template-based HTML creation tool specially created to make the arduous task of coding HTML emails a little easier. By leveraging the power of the Handlebars.js template framework, you can create MailBuilder-compatible email templates and let MailBuilder do the heavy lifting of putting all the pieces together. Instead of relying on WYSIWYGs which can be tedious to use and cause your code to get messy, even non-technical users can create 100% correct code every time with MailBuilder.

Installation

Please check out the detailed installation docs here for instructions on how to set up MailBuilder and a list of dependencies you'll need.

Creating MailBuilder templates

Learn how to create your own templates for use with MailBuilder or how to install existing ones.

Sample Templates

About MailBuilder

As an in-house email developer (among many other things), I wanted a tool to help me expedite the process of coding the many emails that came across my desk every day from clients across my organization. Better yet, I wanted a tool that would allow non-technical users to create emails on their own. Unfortunately, no existing bulk mail service had a tool that worked reliably. Many relied on WYSIWYGs which tended to muddy the code and create cross-client-compatibility problems. Thus, the idea for MailBuilder was born. You can read more about the research and thought process that went into this tool in my presentation, Demystifying Responsive Email, originally presented at HighEdWeb 2015 in Milwaukee, WI.