documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Update Node example to include EU domains

Open autr opened this issue 6 years ago • 0 comments

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>
    };

autr avatar Nov 12 '19 15:11 autr