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

[5.7] Allow setting full Mailgun API URL #24994

Merged
merged 1 commit into from
Jul 28, 2018
Merged

[5.7] Allow setting full Mailgun API URL #24994

merged 1 commit into from
Jul 28, 2018

Conversation

mattmcdonald-uk
Copy link
Contributor

This PR resolves #24987.

Mailgun recently launched a new EU endpoint which isn't compatible with the current Laravel integration as the URL is forced to begin with https://api.mailgun.net/v3/, but now needs to being with https://api.eu.mailgun.net/v3/.

This PR would allow setting the full URL for Mailgun's API manually, which ensures any future endpoints they may launch can also be supported.

@taylorotwell taylorotwell merged commit a5d690b into laravel:master Jul 28, 2018
@taylorotwell
Copy link
Member

Adjusted to be a non-breaking change.

@langeuh
Copy link

langeuh commented Aug 8, 2018

Could this be added to 5.5 LTS and up as well? (the non breaking change version)

@GrahamCampbell
Copy link
Member

5.5 is closed to anything other than bug fixes, and this looks like a new feature, sorry.

driesvints added a commit that referenced this pull request Nov 22, 2018
This was fixed for 5.7 but backporting this to 5.5 wouldn't leave all the LTS folks in the dark who still want to use the EU region.

Issue: #26576
Original fix: #24994
taylorotwell pushed a commit that referenced this pull request Nov 22, 2018
This was fixed for 5.7 but backporting this to 5.5 wouldn't leave all the LTS folks in the dark who still want to use the EU region.

Issue: #26576
Original fix: #24994
taylorotwell pushed a commit to illuminate/mail that referenced this pull request Nov 22, 2018
This was fixed for 5.7 but backporting this to 5.5 wouldn't leave all the LTS folks in the dark who still want to use the EU region.

Issue: laravel/framework#26576
Original fix: laravel/framework#24994
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.

4 participants