I\'m working on a Windows Forms (.NET 3.5) application that has a built-in exception handler to catch any (heaven forbid) exceptions that may arise. I\'d like the exception
You'll want to use the SmtpClient class as outlined here. There are no gotchas - sending email is about as easy as it gets.
An extensive System.Net.Mail FAQ is located here.