Hello!
I am using a passwordless connection in my application and I send the authentication code to the users by email.
For that, I connected my Mandrill SMTP server to Auth0 using the Email Provider
feature.
It works well but I have a very annoying issue:
On the first connection or a new connection after a long time, the authentication code email will have a delay of 4 minutes.
I took a look at the issue and saw that this is a delay imposed by Google or else when they don’t trust the mail sender.
I improved my domain reputation in order to improve that trust.
I don’t have this problem anymore when using directly the Mandrill API directly (in order to send other mails through my app) but I still have this issue with the Auth0 related emails.
Does someone has an idea of why it is working fine with the Mandrill API but not with the Auth0 related emails? Or a solution directly?
Thanks in advance!
Loïc