Everyone needs to send email. That's all there is to it.
Well in ASP+ email is sent a little differently. Mail is still processed by the SMTP Server just like in ASP, but it's no longer CDONTS. Heres how!
Author: ASP101 Code: ASP.NET Beta 1 & VB
In this tutorial we will learn how to send e-mails of both text and HTML formats using classes of System.Web.Mail namespace. Author: stardeveloper Code: ASP.NET Beta 2 & VB