I’m trying to set up Yournotify’s SMTP in Auth0 to send system emails like password resets, verification emails, and other notifications. I know Auth0 allows for custom SMTP configurations, but I’m not sure what the exact setup should look like for Yournotify.
Has anyone successfully done this?
- What are the correct SMTP settings for Yournotify (host, port, authentication)?
- Are there any gotchas with TLS/SSL or sender domains when connecting to Auth0?
- How do you handle email formatting or template customization once SMTP is configured?
If anyone has a working example or tips on getting this right with Yournotify, I’d really appreciate it!
Hi @charlesmudy
Welcome to the Auth0 Community!
What are the correct SMTP settings for Yournotify (host, port, authentication)?
These settings usually would be available on the provider’s end after setting up the service on their end. These settings would be the ones provided by the generated email inbox.
Are there any gotchas with TLS/SSL or sender domains when connecting to Auth0?
When setting up the SMTP provider, in our documentation it is mentioned that:
You can read more about that here.
How do you handle email formatting or template customization once SMTP is configured?
After setting up the SMTP provider, the email templated used would be the ones available on the Auth0 Dashboard under Branding → Email Templates. You can read more about customizing email templated in our documentation.
If you have any other questions, feel free to let me know!
Kind Regards,
Nik
1 Like