mnailgun icon indicating copy to clipboard operation
mnailgun copied to clipboard

Mailgun uses different URL for EU customers.

Open kristoffer-tvera opened this issue 6 years ago • 1 comments

Would this package work for european customers of Mailgun?

We have to use a different URL, and at a glance, it looks like you've hardcoded in the URL in this package.

https://github.com/typesafe/mnailgun/blob/d44f73c051720d6c3841c3d736623ab2cc72602a/src/Typesafe.Mailgun/MailgunClient.cs#L19

Read more: https://documentation.mailgun.com/en/latest/api-intro.html#base-url

kristoffer-tvera avatar Oct 08 '19 11:10 kristoffer-tvera

If you can work with the source directly, there's an open PR to address this - https://github.com/typesafe/mnailgun/pull/35

Looks like the nuget package as it stands wouldn't be good for EU customers though :(

dantheother avatar Oct 09 '19 04:10 dantheother