nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

Fix example by allowing clear text authentication #116

Closed wiktor-k closed 5 years ago

wiktor-k commented 5 years ago

Previously the example would not accept any incoming emails assendmail would use clear text authentication and the server would reject the message.

Adding disabledCommands with an array from lmtp.js fixes this issue.

wiktor-k commented 5 years ago

Hi @andris9! Is there anything missing that blocks this PR from merging? Thanks for your time!