Skip to content

Commit

Permalink
Added note about EU region usage
Browse files Browse the repository at this point in the history
Note that if you are using the EU region the host should be set to  'api.eu.mailgun.net'
  • Loading branch information
developedbyme committed Oct 3, 2018
1 parent 5550948 commit 1d02e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ list.members('bob@gmail.com').delete(function (err, data) {
* `mute` - Set to `true` if you wish to mute the console error logs in `validateWebhook()` function
* `proxy` - The proxy URI in format `http[s]://[auth@]host:port`. ex: `'http://proxy.example.com:8080'`
* `timeout` - Request timeout in milliseconds
* `host` - the mailgun host (default: 'api.mailgun.net')
* `host` - the mailgun host (default: 'api.mailgun.net'). Note that if you are using the EU region the host should be set to 'api.eu.mailgun.net'
* `protocol` - the mailgun protocol (default: 'https:', possible values: 'http:' or 'https:')
* `port` - the mailgun port (default: '443')
* `endpoint` - the mailgun host (default: '/v3')
Expand Down

0 comments on commit 1d02e8b

Please sign in to comment.