How would I send开发者_如何学JAVA e-mail to any specified e-mail address in asp.net C#.
You'll want to start by looking into the System.Net.Mail namespace. If you're talking about sending emails beyond your own servers, though, keep in mind that sending email through code may not be as simple as it seems. ;)
精彩评论