- Modify the appearance and content of emails using email templates and Liquid, an open-source template language.
- Fully control the email delivery process by writing an that sends requests to your email provider’s API and implements custom logic for your use case.
- Trigger emails or create tickets outside the default workflows using the Management API.
Customize Emails
Manage and customize emails sent by Auth0, including account verification, welcome messages, and breached password detection.
Auth0 offers several email-based workflows, like user account verification and breached password detection.
To use these workflows, start by configuring an external SMTP email provider using credentials from a supported provider (like your Mandrill API key or Amazon SES access keys) or SMTP server details.
To manage and customize emails further, you can: