documentation
documentation copied to clipboard
Update Node example to include EU domains
Very frustrating - the quick start example will swallow the request and return no errors if you are using EU servers. The object must be instantiated like so:
const auth = {
apiKey: <key>,
host: 'api.eu.mailgun.net',
domain: <domain>
};