Email verification

Hi all.

I have 2 different web applications, each ones has its own Auth0 ‘Database Connection’.

When a user signs up for one application i use Auth0 ‘Email templates’ to send out a welcome email.

When a user sign up to the other application, i don’t want to send this welcome email or any email at all.

Is there anyway to switch off these emails for a given ‘Database Connection?’

My understanding is that if i turn of the ‘status’ toggle under the email templates section, this will stop ALL emails being sent. As i mention above, I need to send the emails dependent on the database connection.

Is this possible? If so, how?

Thanks

Hi @calvin1. I believe the only way to do this is to set email_verified: true for each new user in the second database connection. You might be able to automate that with a hook, or just make it part of your user creation process.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.