mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
376 B
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