using VB.NET System.Net.Mail
I declare
Dim SmtpServer As New SmtpClient()
With a Gmail account and using port 587 I'm able to send emails, it works.
Now I want to use the very same program with a smtp.live.com
POP server and my Hotmail account.
And there is this "TSL" thing that I can't find no valid sample how to use it.
Admittedly I've found EASendmail as a commercial solution, which I rejected.
Why would I pay for something that's normally included within .NET?