octave-online / octave-online-server

The infrastructure that powers Octave Online, octave-online.net
GNU Affero General Public License v3.0
322 stars 76 forks source link

Add back Mailgun support #43

Open sffc opened 3 years ago

sffc commented 3 years ago

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