cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
675 stars 159 forks source link

Cannot get TLS to work #211

Open salusalpha opened 7 months ago

salusalpha commented 7 months ago

Hi

I tried to test TLS with https://www.checktls.com/TestReceiver but the server does not respond correctly even with a good certificate and good port. I used 25 for TLS.. Can you provide a sample that works with the tls tester?

thanks