How To Implement the SMTP Email Provider

Problem Statement:

How to implement the SMTP Email Provider on the Auth0 Tenant

Solution:

You will need to first set up a secure (TLS enabled) SMTP server and provide the following information to Auth0:

  • SMTP Server address
  • Port (preferably 587 as 25 is blocked by AWS)
  • Username
  • Password
  • Verified From Address (e.g. the current one in use in the environment is no-reply@developer.cnhindustrial.com)

Then follow steps in this article to complete the configuration.

Reference: