You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete toolset to streamline building and updating a set of consistent transactional emails.
Brought to you by
Few tasks are more tedious than building a consistent set of well-tested and beautiful transactional email templates for your application. Not any longer.
With MailMason, you can use Grunt tasks, Handlebars, and SASS to streamline building a consistent set of transactional email templates using layouts and partials to reduce redundancy and create both the HTML and plain text versions of your transactional emails in one fell swoop.
By default, the generated templates use Mustachio for the variable placeholders so that you can easily use them as Postmark templates. However, the Mustachio pieces are only placeholders, and the generated templates could easily be adapted to work with any email provider.
What does it do for you?
Gives you a thoroughly tested and reliable starting point for building consistent email templates
Uses Handlebars to enable layouts and partials in templates and avoid redundancy
Enables the use of SCSS for generating the styles
Automatically inlines the resulting CSS for testing email client compatibility
Automatically generates text versions of emails with the same content as the HTML versions
Enables easy sending of test emails through your Postmark account