foregp Posted December 30, 2011 Posted December 30, 2011 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.