It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Clo开发者_C百科sed 11 years ago.
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.
精彩评论