开发者

how to redirect to email id? [closed]

开发者 https://www.devze.com 2023-02-21 12:02 出处:网络
开发者_如何学编程 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 for
开发者_如何学编程 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. Closed 11 years ago.

i m using ASP.net C#and i m trying to make email verification with my web application.

how to send email verification to the client of my web application after registering into it.

could any one get idea about that??


You could use the SmtpClient class which allows you to send emails in .NET. There is an example in the documentation.

0

精彩评论

暂无评论...
验证码 换一张
取 消