A set of MJML templates you can use to customize Saleor's admin emails.
NOTE: Saleor uses Handlebars as a templating language, so both MJML templates and resulting HTML will be in that format.
- Set Password Email Current Preview
- Reset Password Email Current Preview
- Staff Order Confirmation Email Current Preview
- Export Successful Email Current Preview
- Export Failed Email Current Preview
npm install
To compile the emails run:
npm run build-emails
- You can compile the required MJML template(s) to HTML using our
build-emails
formula as described in Installation section or by usingmjml
tool directly:
mjml source/staff_confirm_order.mjml -o compiled/
- Paste the resulting HTML to the relevant field in
Configuration → Plugins → Admin emails
section of Saleor Dashboard.