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:Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
Overview
| Read… | To learn… |
|---|---|
| SMTP Email Providers |
|
| Email Templates |
|
| Customize Email and Ticket Handling with the Management API |
|
| Implement User Invitations using Password Reset Emails |
|