inventid / maily

Maily - Responsive mails using React, MJML, and Express
MIT License
93 stars 3 forks source link

React+mjml+dot #14

Open lishine opened 5 years ago

lishine commented 5 years ago

Thanks! If anyone wants... Used the repo to build React+mjml+dot templates, generator into simple functions returning html, then these functions used at runtime - the most lightweight. Generator includes refreshed preview with list of templates. The runtime use can run preview instead of sending email. Sending email with mailgun api.

rogierslag commented 5 years ago

Hi and thanks for your message. What exactly could we do to help you with this use case?

lishine commented 5 years ago

This is just to share the code if anybody needs it. The use case - deploy on now - serverless lambda. Lightweight template solution at runtime but still have the adavantages of react + mjml So I generate with react and mjml but eventually include parameters in html with dot before sending.