We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email
System: OS: macOS 15.4.1 CPU: (8) arm64 Apple M1 Memory: 108.25 MB / 16.00 GB Shell: 4.0.1 - /opt/homebrew/bin/fish Binaries: Node: 20.15.1 - /usr/local/bin/node Yarn: 1.22.22 - /usr/local/bin/yarn npm: 10.7.0 - /usr/local/bin/npm bun: 1.2.4 - ~/.bun/bin/bun Browsers: Chrome: 135.0.7049.115 Safari: 18.4 npmPackages: @auth/drizzle-adapter: ^1.9.0 => 1.9.0 @auth/sveltekit: ^1.9.1 => 1.9.1
https://github.com/HexaCubist/next-auth-mailgun-eu
Mailgun has two regions to send from since 2018: https://www.mailgun.com/about/regions/
API keys can be created for one region only, and the US region is hard-coded into the provider:
mailgun.ts:
... const res = await fetch(`https://api.mailgun.net/v3/${domain}/messages`, { ...
[auth][error] Error: Mailgun error: Forbidden
Mailgun provider should have configurable option to select region (EU or US), defaulting to the US.
The text was updated successfully, but these errors were encountered:
Related: #11923
Sorry, something went wrong.
No branches or pull requests
Provider type
Email
Environment
Reproduction URL
https://github.com/HexaCubist/next-auth-mailgun-eu
Describe the issue
Mailgun has two regions to send from since 2018: https://www.mailgun.com/about/regions/
API keys can be created for one region only, and the US region is hard-coded into the provider:
mailgun.ts:
How to reproduce
Expected behavior
Mailgun provider should have configurable option to select region (EU or US), defaulting to the US.
The text was updated successfully, but these errors were encountered: