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
Mailgun will fail when the app is hosted on a european server (no explicit error) due to Mailgun configuration.
To reproduce:
PS: my solution for hosting the app in the EU region: Edit sendEmail.js like this:
const auth = { auth: { // eslint-disable-next-line camelcase api_key: process.env.EMAIL_SMTP_API_MAILGUN, domain: process.env.EMAIL_SMTP_DOMAIN_MAILGUN }, host: 'api.eu.mailgun.net' }
Related issue: mailgun/mailgun-php#471
The text was updated successfully, but these errors were encountered:
Thanks! Fixed in v 9.0.3
Sorry, something went wrong.
No branches or pull requests
Mailgun will fail when the app is hosted on a european server (no explicit error) due to Mailgun configuration.
To reproduce:
PS: my solution for hosting the app in the EU region:
Edit sendEmail.js like this:
Related issue:
mailgun/mailgun-php#471
The text was updated successfully, but these errors were encountered: