I am using C#.NET 4.0 and would like to send an email to an address with a subject and a body, the body will contain some information from a few text-boxes in my application
Add this:
SmtpServer.EnableSsl = true;