I am considering converting a project that I\'ve inherited from .net 1.1 to .net 2.0. The main warning I\'m concerned about is that it wants me to switch from System.
Biggest issue with System.Net.Mail is that it has no support for Implicit SSL. Use System.Web.Mail until you don't have a need for Implicit SSL support.