Skip to content
New issue

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

Fixed #13417 - Added mailgun endpoint option, defaulting to the US #13418

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

snipe
Copy link
Owner

@snipe snipe commented Aug 8, 2023

This just adds the mailgun endpoint to the services config file (defaulting to the US region so we don't break existing integrations), allowing UK mailgun users to add MAILGUN_ENDPOINT=api.eu.mailgun.net to their env per the mailgun and laravel documentation.

@snipe snipe changed the title Added mailgun endpoint option, defaulting to the US Fixed #13417 - Added mailgun endpoint option, defaulting to the US Aug 8, 2023
@what-the-diff
Copy link

what-the-diff bot commented Aug 8, 2023

PR Summary

  • Addition of new 'endpoint' element in configuration
    The config/services.php file now includes a new element named endpoint within the mailgun array. It's pre-set with a value of 'api.mailgun.net'. This update enhances the flexibility of the email service, allowing it to use multiple endpoints.

@snipe snipe linked an issue Aug 8, 2023 that may be closed by this pull request
2 tasks
@snipe snipe merged commit af91ffb into develop Aug 8, 2023
@snipe snipe deleted the fixes/add_mailgun_endpoint branch August 8, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mailgun EU does not seem to work and test system just fails to report error.
1 participant