how to redirect to email id? [closed]
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.
精彩评论