forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.66k stars 337 forks source link

[QUESTION] here is a way to use email framework like mjml ? #429

Closed thib3113 closed 3 years ago

thib3113 commented 3 years ago

Hello,

actually we use handlebars + mjml ( handlebars to template, and mjml to generate html responsive ) .

So, here is a way to use your library, and setting up to insert mjml in the process ?

niftylettuce commented 3 years ago

You could fork consolidate and add it there, it might already be supported I'm not sure.

I'm sure you can write tests and hack a new feature for this or something.