[Solved] How I can transform my C# code : System.Web.Mail” transform by “System.Net.Mail”


Take a look at this:
SmtpClient.Send

SmtpClient substitutes SmtpMail and works almost exactly the same.

1

solved How I can transform my C# code : System.Web.Mail” transform by “System.Net.Mail”