Files
directus/docs/guides/extensions/email-templates.md
rijkvanzanten 41a3ffcd00 Format md
2020-12-01 16:52:51 -05:00

376 B

Creating a Custom Email Template

Custom email templates give you control over the presentation of transactional emails sent from the API.

1. Setup the Boilerplate

@TODO

2. Develop Your Custom Template

@TODO

3. Restart the API

To deploy your email template, simply restart the API by running:

npx directus start

Full example:

@TODO