Reputation: 31033
How would I send e-mail to any specified e-mail address in asp.net C#.
Upvotes: 2
Views: 498
Reputation: 16708
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. ;)
Upvotes: 6