Hi,
Recently we have noticed verification email failures on signup AND when triggered manually. Several users who have recently signed up have complained recently. They are not receiving the verification emails and are unable to onboard onto the platform - unless an admin manually sets the verification status to Verified.
I am an admin in our auth0 account and I just tested with my own email I just signed up with. Here is what I see in the logs -
{
“date”: “2025-09-04T14:33:04.868Z”,
“type”: “fn”,
“description”: “To: <>..@gmail.com”,
“connection”: “Username-Password-Authentication”,
“connection_id”: “”,
…
“ip”: “2600:1700:100:6f20:106:5930:2aae:34a7”,
“details”: {
“email_type”: “verify_email”,
….
“error”: “Error sending email: Invalid login: 535 Authorization failed: Authenticated user is not authorized to send mail”
},
….
}
I don’t understand the error details. Whether I trigger the email myself as an admin by clicking ‘Send verification email’ for my gmail user OR on signup - the error is the same.
Any help would be appreciated.