Sending email in .NET with System.Web.Mail
The site is entirely devoted to sending of mail from .NET with use System.Web.Mail . Contains the big number of articles and very detailed FAQ.
Random thoughts about .Net development
The site is entirely devoted to sending of mail from .NET with use System.Web.Mail . Contains the big number of articles and very detailed FAQ.
If you develop web applications which use Enterprise Library that it is necessary to prepare it, but you will need to recompile the code .Just go into the Project Properties dialog for the Common project, and under Configuration Properties\Build, find the Conditional Compilation Properties property and remove ;USEWMI;USEEVENTLOG;USEPERFORMANCECOUNTER . Once you recompile, the Enterprise Library will be ready for deployment.