ReachFive / fake-smtp-server

Fake SMTP Server for email testing
https://www.npmjs.com/package/fake-smtp-server
MIT License
192 stars 81 forks source link

onAuth not overridden #15

Closed ameliabradley closed 5 years ago

ameliabradley commented 5 years ago

Because onAuth is not overridden, the -a flag does not work. Using it causes fake-smtp-server to throw "Authentication not implemented" whenever an email is sent.

See this line in smtp-server: https://github.com/nodemailer/smtp-server/blob/master/lib/smtp-server.js#L198