How would I send e-mail to any specified e-mail address in asp.net C#.
Asked
Active
Viewed 491 times
1 Answers
6
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. ;)

Dan J
- 16,319
- 7
- 50
- 82