ReachFive / fake-smtp-server

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

Hide TLS option for hiding TLS support in the feature list #35

Open emreisikligil opened 4 years ago

emreisikligil commented 4 years ago

Some SMTP client libraries automatically switch to TLS if the server announces TLS support. This PR adds the option for hiding TLS support in order to prevent that behavior. It could especially be useful for local testing.