- FroshTemplateMail installed
- MJML installed and available in PATH or with a web api
Example Mail sORDER
- HTML Template
- themes/Frontend/MyTheme/email/sORDER.html.mjml
While developing set backend cache to Blackhole
to disable cache. See guide https://en-community.shopware.com/_detail_1961.html#Debug_configuration
If you cannot install mjml on the host, you can use the web api. Add the following configuration to your config.php
'mjml_api' => 'https://user:[email protected]/v1/render'
If you don't have a user account or public key, you can use this public available API endpoint.
'mjml_api' => 'https://mjml.shyim.de'
otherwise you can also host your own mjml server see Repository