Hello! I have implemented the reset password flow using the Universal Login, and I get the confirmation email that the operation was a success, but when I check the logs I get the following error:
{
“details”: {
“email_type”: “reset_email”,
“notification_type”: “reset_email”,
“to”: “example1@mail.cm”,
“error”: “Error sending email: Email address is not verified. The following identities failed the check in region : example2@mail.com”
},
}
Why would it say that example2 is not verified since it was not used at all? Could this be a provider issue?
Hey Reuben, thank you for your reply! Unfortunately this did not solve my issue. The email that i am getting back in the error log is different than the one I have just added to the passwordless field.