Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.12 KB

testing.md

File metadata and controls

34 lines (25 loc) · 1.12 KB
description topics contentType useCase
Auth0 recommends you setup a fake SMTP server while in development or testing.
email
smtp
how-to
customize-emails

Set Up a Test SMTP Provider

While working in your development or testing environment, we recommend that you use a test SMTP server so that you can:

  • Check that deliveries are successful
  • View how emails you sent appear to recipients prior to go live

You can either:

  • Set up your own SMTP server
  • Use a third-party service (see the Resources to Consider section for options you might use)

Once you have either your own SMTP server set up or a test service available, you can provide its credentials the way you typically would for a custom email provider.

<%= include('../_includes/_email-domain-blacklist') %>

Resources to Consider

::: next-steps