You can use Azure Communication Services as an external SMTP email provider for your Auth0 tenant to manage, monitor, and troubleshoot your outgoing messages.
Under the Tools settings, select Keys. Retrieve your Communication Services Connection String.
Under Primary Key, copy the Connection string value.
A valid connection string follows the format endpoint=COMMUNICATION_SERVICES_URL;accesskey=ACCESS_KEY.
Azure Communications Services only supports a raw email address (user@example.com) in the From field.Make sure you update the default value ({{ application.name }} <root@auth0.com>) to avoid errors.
Add the Azure Communication Services Connection string.
Send a test email using the Send Test Email button. If you have configured everything correctly, you will receive a confirmation email.If you do not receive an email after a few minutes, please check your Auth0 logs for error codes. The Communication Services Metrics Monitor page will now display delivery insights for all emails that have been sent to your users.