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?