All Projects → wildbit → Mailmason

wildbit / Mailmason

Licence: mit
A complete toolset to streamline building and updating a set of consistent transactional emails.

Projects that are alternatives of or similar to Mailmason

vite-plugin-handlebars
Vite support for Handlebars
Stars: ✭ 51 (-93.28%)
Mutual labels:  handlebars
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (-55.73%)
Mutual labels:  handlebars
Panini
A super simple flat file generator.
Stars: ✭ 562 (-25.96%)
Mutual labels:  handlebars
Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (-61.53%)
Mutual labels:  handlebars
Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (-57.44%)
Mutual labels:  handlebars
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (-47.17%)
Mutual labels:  handlebars
escpos-xml
JavaScript library that implements the thermal printer ESC / POS protocol and provides an XML interface for preparing templates for printing.
Stars: ✭ 37 (-95.13%)
Mutual labels:  handlebars
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (-15.02%)
Mutual labels:  handlebars
Handlebars Layouts
Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.
Stars: ✭ 336 (-55.73%)
Mutual labels:  handlebars
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (-37.15%)
Mutual labels:  handlebars
Foml
Foundations of Machine Learning
Stars: ✭ 301 (-60.34%)
Mutual labels:  handlebars
Googlefonts Font Display Helper
A snippet generator to speed up Google Fonts rendering with font-display
Stars: ✭ 325 (-57.18%)
Mutual labels:  handlebars
Raymond
Handlebars for golang
Stars: ✭ 418 (-44.93%)
Mutual labels:  handlebars
Handlebars Intl
Handlebars helpers for internationalization.
Stars: ✭ 267 (-64.82%)
Mutual labels:  handlebars
Lightncandy
An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
Stars: ✭ 565 (-25.56%)
Mutual labels:  handlebars
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (-94.2%)
Mutual labels:  handlebars
Squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
Stars: ✭ 359 (-52.7%)
Mutual labels:  handlebars
Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (-4.74%)
Mutual labels:  handlebars
Handlebars Rust
Rust templating with Handlebars
Stars: ✭ 632 (-16.73%)
Mutual labels:  handlebars
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+494.47%)
Mutual labels:  handlebars

MailMason

A complete toolset to streamline building and updating a set of consistent transactional emails.

Brought to you by Postmark

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?

  • [X] Gives you a thoroughly tested and reliable starting point for building consistent email templates
  • [X] Uses Handlebars to enable layouts and partials in templates and avoid redundancy
  • [X] Enables the use of SCSS for generating the styles
  • [X] Automatically inlines the resulting CSS for testing email client compatibility
  • [X] Automatically generates text versions of emails with the same content as the HTML versions
  • [X] Enables easy sending of test emails through your Postmark account
  • [X] Enables easy batch testing against the Postmark Spamcheck API
  • [X] Enables easy batch testing through Litmus
  • [X] Enables easy uploading of image assets to your CDN so you can include images in your templates (but you don't have to)
  • [X] Enables easy template pushing to your Postmark account

Interested in contributing?

Read through our guidelines for contributing to help make contributions quick and easy.

Visit the wiki for documentation and usage

If you need help getting started or using MailMason, make sure to check out the MailMason wiki.

License

MailMason is licensed under the MIT license. Please refer to the LICENSE for more information.

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].