doc/ports.md
MJML is also available for other platforms to use. The community has created ports to these and wrappers for the official Node implementation.
Note: These contributions are not directly supported by the MJML team.
This project is a reimplementation of the nice MJML markup language in Rust.
https://github.com/jdrouet/mrml
mj-style set to inline: not yet implemented. It requires parsing the generated HTML to apply the inline styles afterward (that's how it's done in MJML) which would kill the performance. Applying it at render time would improve the performance but it would still require it to parse the CSS.A blazingly-fast unofficial port of MJML 4 to .NET 6.
https://github.com/SebastianStehle/mjml-net
Native Implemented Function (NIF) bindings for the MJML Rust implementation (mrml).
https://github.com/adoptoposs/mjml_nif
Ruby wrapper for MRML, the MJML markup language implementation in Rust.
https://github.com/hardpixel/mrml-ruby
React components for MJML components.
https://github.com/faire/mjml-react#readme
Python wrapper for MRML, the MJML markup language implementation in Rust.
https://github.com/mgd020/mjml-python
Python implementation for MJML.
https://github.com/FelixSchwarz/mjml-python
The simplest way to use MJML in Django templates.
https://github.com/liminspace/django-mjml
Build responsive e-mails easily using MJML and Laravel Mailables.