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 EmailUser Invitation Email (only used in the context of StaffCreate) Current Preview- Reset Password Email Current Preview
- Staff Order Confirmation Email Current Preview
- Export Successful Email Current Preview
- Export Failed Email Current Preview
npm installTo compile the emails run:
npm run build-emails- You can compile the required MJML template(s) to HTML using our
build-emailsformula as described in Installation section or by usingmjmltool directly:
mjml source/staff_confirm_order.mjml -o compiled/- Paste the resulting HTML to the relevant field in
Configuration → Plugins → Admin emailssection of Saleor Dashboard.