I use following code to send the email.
Dim smtpCli As New SmtpClient
.
.
.
.
smtpCli.EnableSsl = True
smtpCli.Send(mailMsg)
Now I want to use TLS while sending the email. How to do it in VB.NET
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.