I am trying to request a change password email to be sent but the logs are showing the error message below.
{
"date": "2021-10-16T07:57:29.712Z",
"type": "fn",
"description": "To:",
"connection": "Username-Password-Authentication",
"connection_id": "",
"client_id": "",
"details": {
"email_type": "reset_email",
"to": "",
"error": "The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identity requirements"
},
"log_id": "90020211016075734795221522307871831472866395389584998466",
"_id": "90020211016075734795221522307871831472866395389584998466",
"isMobile": false,
"user_agent": "Other 0.0.0 / Other 0.0.0"
}
The error says the from address does not match a verified Sender Identity but I have verified the sender identity in SendGrid and I can confirm that the API key and from address on the email provider page is correct. Emails also get sent when I use the āSend test emailā button on the email provider page.
Could I please get some help on why it is giving an error when trying to send the change password email.
I have also done domain authentication in SendGrid but the change password email still doesnāt send. I get the same error as before. I have also tried sending emails with an external program via SendGrid so I know that it works. I feel as if there is some configuration in Auth0 somewhere that I am missing.
Iām having the same issue and Iām unable to fix it unfortunately. Iāve added support@(ourdomain.com) as default sender in the sendgrid settings on auth0, and even adjusted the email template to use the same sender email. However, Iām getting the same error message as above.
My other application using the same sendgrid account is able to send messages using this āfromā address. When sending a test mail from auth0, it also works. There seems to be a bugā¦ Can you check this out maybe?