Hi Community,
We are debugging an issue where Auth0 is no longer able to send emails through Mailgun.
This setup was working previously, but it suddenly stopped working. We tested both Mailgun API key configuration and SMTP configuration in Auth0, and both fail.
We have already checked the obvious items:
- Mailgun domain is verified
- API key is valid
- New API keys were generated and tested
- SMTP credentials were tested
- Sender/domain configuration looks correct
- IP/access restrictions were checked
- Mailgun side appears to be working
Auth0 only returns the generic error below:
{
"date": "2026-06-19T10:37:26.716Z",
"type": "fn",
"description": "To: h*****@v*.ae",
"connection_id": "",
"ip": "94.206.33.30",
"details": {
"email_type": "try_provider_configuration_email",
"notification_type": "try_provider_configuration_email",
"to": "h*****@v*.ae",
"error": "Error sending email: Mailgun Request Failed"
},
"user_id": "",
"user_name": "h*****@v*.ae",
"environment_name": "prod-us-4",
"log_id": "90020260619103726808989000000000000001223372116011128380",
"tenant_name": "virtuzone-referral",
"_id": "90020260619103726808989000000000000001223372116011128380",
"isMobile": false,
"user_agent": "Other 0.0.0 / Other 0.0.0",
"location_info": {},
"id": "90020260619103726808989000000000000001223372116011128380"
}
The problem is that the Auth0 log does not expose the actual Mailgun response, so it is difficult to know whether this is a Mailgun rejection, Auth0 provider issue, region/domain mismatch, sender validation issue, or tenant-level problem.
Has anyone seen this before?
Specifically looking for guidance on:
- Possible causes when both Mailgun API and SMTP fail from Auth0
- How to get the underlying Mailgun error from Auth0
- Whether Auth0 has any known issues or restrictions with Mailgun provider configuration
- What else should be checked when Mailgun works externally but Auth0 returns only “Mailgun Request Failed”
Any direction would be appreciated.