Rafay
Rafay

Reputation: 31033

form data email

How would I send e-mail to any specified e-mail address in asp.net C#.

Upvotes: 2

Views: 498

Answers (1)

Dan J
Dan J

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

Related Questions