anomaly / lab-python-server

A template for building containerised web applications in Python with a recommended set o f dependencies and tooling
Apache License 2.0
11 stars 2 forks source link

Investigate the use of MJML for emails #14

Closed devraj closed 1 year ago

devraj commented 2 years ago

Mailjet has a markup language for responsive emails called MJML, investigate if this is of any use or should we simply stick with Jinja templates

devraj commented 1 year ago

There is a Python port of MJML and is a pure python implementation, it does not require nodejs, which would have using MJML a no go for this project