Send email from ASP.NET page [closed]
how to send an email when the specified page loads...!
How to send e-mail programmatically by using System.Web.Mail in Visual C# 2005 or in Visual C# .NET
(this is still applicable, paste the code into Page_Load)
You can use SmtpClient
class from System.Net.Mail
namespace to send mails.
精彩评论