Files
directus/docs/guides/extensions/email-templates.md
2020-10-02 13:46:26 -04:00

374 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