FYI: System.Web.Mail is deprecated use System.Net.Mail
While we are on the topic of System.Web.Mail, it is important to note a new namespace in version 2.0 of the .NET Framework. There is a brand new namespace for sending mail via managed code, it is called System.Net.Mail. Have no fear, System.Web.Mail is still accessible in v2.0 but it is deprecated. (Which means v2.0 won’t break your code […]