Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.71 KB

Saleor Admin Email Templates

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.

Saleor Admin Emails

(MJML) installation and usage

npm install

To compile the emails run:

npm run build-emails

Updating Saleor admin templates via Dashboard

  1. You can compile the required MJML template(s) to HTML using our build-emails formula as described in Installation section or by using mjml tool directly:
mjml source/staff_confirm_order.mjml -o compiled/
  1. Paste the resulting HTML to the relevant field in Configuration → Plugins → Admin emails section of Saleor Dashboard.