I had to remove Mailgun support because the Mailgun client library we were depending on, mailgun-js, was pulling in an outdated dependency that was causing side-effects with other components. There is a new client library now, mailgun.js. Consider adding Mailgun back again with the new client library.
I had to remove Mailgun support because the Mailgun client library we were depending on, mailgun-js, was pulling in an outdated dependency that was causing side-effects with other components. There is a new client library now, mailgun.js. Consider adding Mailgun back again with the new client library.
More specifically, the side-effect was: https://github.com/sindresorhus/got/issues/951