mjml2html - Generate HTML Email Body with MJML
Generates a HTML email body from a MJML template
mjml
string
MJML Template. See https://mjml.io for further informations.
Example:
<mjml><mj-body><mj-section><mj-column><mj-text>Hello World!</mj-text></mj-column></mj-section></mj-body></mjml>
validationLevel
string
MJML is rendered without going through validation. soft: MJML is going through validation and is rendered, even if it has errors. strict: MJML is going through validation and is not rendered if it has any error. Defaults to skip.
Possible values are: skip, strict, soft
Example:
skip