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

Disable STARTTLS #55

Open miklcct opened 2 years ago

miklcct commented 2 years ago

It falsely advertises STARTTLS which doesn't work and breaks Symfony applications.

Related to https://github.com/maildev/maildev/issues/274 , https://github.com/symfony/symfony/pull/34172 and https://github.com/symfony/symfony/pull/34242