Troubleshooting Mailgun Integration Issues with FusionAuth
-
I'm having trouble getting Mailgun to work with FusionAuth. Is this a known issue? Interestingly, SendGrid works without any problems.
Any advice on troubleshooting this?
-
FusionAuth is compatible with Mailgun, and we have customers who have successfully integrated it. FusionAuth works with any email provider that supports SMTP configuration, so Mailgun should function correctly.
Troubleshooting Steps:
- Verify SMTP Settings: Ensure your Mailgun SMTP credentials are correctly configured in Settings > Email within FusionAuth.
- Review FusionAuth’s Email Troubleshooting Guide:
- Use SWAKS for Debugging:
- SWAKS (Swiss Army Knife for SMTP) can help diagnose SMTP issues by testing the connection between FusionAuth and Mailgun.
- Enable Debug Logging:
- Debug logs will provide more detailed information about what might be causing the issue.
These steps should help pinpoint the problem.
-