Jump to content
Xtreme .Net Talk

foregp

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by foregp

  1. 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
×
×
  • Create New...