Email Sending Not Working

I want to send Email-Verification Email at time of Signup.

I’ve setup a Google SMTP Provider with correct details. Upon clicking “Send Test Email”, it sends an email but I NEVER received it in my inbox. Upon watching logs, it shows following response

"response": {
      "statusCode": 200,
      "body": {
        "message": "Email sent."
      }
}

What could be an issue with this?

Hi @minhal,

Welcome to the Auth0 Community!

Can you please check the logs of your email provider and confirm there is no error on that end?

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