description | topics | contentType | useCase | ||
---|---|---|---|---|---|
Auth0 recommends you setup a fake SMTP server while in development or testing. |
|
how-to |
customize-emails |
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') %>
::: next-steps