| Read… | To learn… |
|---|---|
| Configure an Custom Email Provider Action | How to use the Auth0 Dashboard or the Terraform Auth0 provider to configure your tenant with an email provider Action. |
| Action Triggers: custom-email-provider Event Object | The properties available in the custom-email-provider Actions trigger event object. |
| Action Triggers: custom-email-provider API Object | The properties available in the custom-email-provider Actions trigger API object. |
Custom Email Provider Configuration with Actions
Write an Action to deliver messages to your email provider and implement custom logic for your use case.
For more customization in your email provider configuration, you can configure your tenant with an .
Instead of using our email provider or SMTP server integrations, you write the code for your Action to deliver messages to your chosen email provider or SMTP server.
This gives you more control over the email delivery process and lets you implement custom logic for your use case, like retrying failures, changing recipients, or creating Organization-specific logic.
Configure an Email Provider using SMTP Server Details
Previous
Configure an Email Provider with a Customized Action
Next