- Dynamically populate variables with data, like replacing
{{ user.name }}with the user’s name - Implement logic, like
if/elsestatements - Modify data with filters for string and array manipulation, math operators, and more
Overview
Available email templates
The following is a summary of available email templates:Email template limits
- Email template customization is not available when using the built-in email provider. To use email templates, configure an external SMTP email provider.
- Each type of email has exactly one template. You can use Liquid to implement conditionals and other logic for use cases like multilingual emails.
- Email templates do not support plain text emails. All emails must be HTML.
-
In the MFA enrollment email template, the
connection.namevariable is not available. -
In the Passwordless OTP email template, only the
emailproperty of theuserobject is available. - Unlike other email templates, the Passwordless OTP email template is configured on the Passwordless Connections email settings page rather than the Email Templates page.
-
For security purposes, the From Address in email templates may not contain
@auth0.com. If you enter an@auth0.comemail address in From Addresses, your tenant sends only default emails, ignoring any customization. Private Cloud users may configure a similar domain DenyList.