Failed to send email, no error message

Alright, it’s acting up again. @SaqibHussain

Now I cannot send any email through Auth0. I am able to send email through Mailgun with no problem. There is no error message so I don’t really know where to go from here.

Here’s a recent error log:

{
  "date": "2022-03-01T21:50:12.911Z",
  "type": "fn",
  "description": "To: ***@***.com",
  "connection": "Username-Password-Authentication",
  "connection_id": "",
  "client_id": "***",
  "details": {
    "email_type": "reset_email",
    "to": "***@***.com",
    "error": ""
  },
  "log_id": "90020220301215017979260929114265082218857144823345840146",
  "_id": "90020220301215017979260929114265082218857144823345840146",
  "isMobile": false,
  "user_agent": "Other 0.0.0 / Other 0.0.0"
}

and the context data:

{
  "email_type": "reset_email",
  "to": "***@***.com",
  "error": ""
}
2 Likes