Template
Reaction comes preloaded with email templates that are sent out with various user actions, such as Password Resets, Order Completion, and Shipping Notifications.
These Templates are loaded into the Templates
collection on startup. Details about this process are found in the Developer Docs.
The Templates are then available to be customized inside your Dashboard.
Reaction's transactional emails
- Accounts - Invite Shop Member - Existing User Account
- Accounts - Invite Shop Member - New User Account
- Accounts - Invite Shop Owner
- Accounts - Reset Password
- Accounts - Verify Account (via Launch Doc)
- Accounts - Verify Updated Email Address
- Accounts: Welcome Email
- Orders: New Order Placed
- Orders: Order Item Refunded
- Orders: Order Refunded
- Orders: Order Shipped
Updating email templates
You can edit an email's subject line, title and basic content with HTML. Click on the Settings item on the sidebar and find Template within to get started.
Editable fields
Title
: A user friendly name so you know what email you are editingSubject
: The email subject line. Blaze variables are allowed, granted they are passed to the server-side rendering function (see Developer Docs).HTML
: The main content of the email. Blaze variables are allowed, granted they are passed to the SSR function (see Developer Docs).
Non-editable fields
Name
: Function name that is used to trigger an email sentLanguage
: Language of the email. Currently, only the shop default is available.