We have SendGrid setup as our external email provider. In SendGrid, we have an authenticated domain, eg. ‘[email protected],’ in addition to single sender emails, eg. ‘[email protected]’ and ‘[email protected]’.
I then went into the ‘Email Templates’ section in Auth0 to configure the ‘Change Password’ email template and set the ‘from’ email as the ‘[email protected]’. When testing the password reset flow, we got emails for other domains like gmail and hotmail, but not for the email of the same domain, ie. ‘@fakeemail.com’. However, Auth0 logs showed that those emails had been sent successfully. The emails weren’t even delayed, never received.
Considering that the domain was an issue, the ‘from’ email was then updated to ‘[email protected]’ and it worked just fine. Do we potentially need to update our authenticated domain in SendGrid to use ‘[email protected],’ as that is our preference, or can this be fixed in Auth0?
Thank you in advance!