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