Hi @hiroga,
Thanks for reaching out to the Auth0 Community!
You can disable the Verification Email by going to your Auth0 Dashboard > Brading > Email Templates > Verification Email (using Link) and disable the template:
However, note that you must have the Status
toggle enabled to send the verification email using Rules.
While the Status
is enabled, you could consider creating the users with verify_email: false
to prevent the automatic verification email from being sent and using Rules to send the verification emails.
Hoped this helps!
Please let me know if you have any further questions.
Thank you.