There are some changes using ASP.NET 2.0 to handle email stuff.
Here is good sample article which provided by Gowrisankar K : “Send Email in ASP.Net 2.0 - Feed back Form”

The Send mail functionality is similar to Dotnet 1.1 except for few changes
   1. System.Net.Mail.SmtpClient is used instead of System.Web.Mail.SmtpMail (obsolete in Dotnet 2.0).   2. System.Net.MailMessage [...]