Java library implementing MJML for generating responsive HTML email templates.
MJML4J is a pure-Java implementation of the MJML markup language for producing responsive HTML email templates. It targets Java 17+, uses a lightweight HTML5 parser dependency, and exposes an API that accepts MJML strings or org.w3c.dom.Document plus a Configuration object. It's suited for Java backend services or build tools that need programmatic generation or processing of responsive email templates.
0