views:

168

answers:

3

I need to send a basic email from my site when someone registers for my site. Is their an easy way? or a site to reference?

+1  A: 

Have a look at

SmtpClient Class

and

MailMessage Class

HOW TO: Send email using System.Net.Mail

astander
+1  A: 

See an example here. There are also some more advanced examples available.

kgiannakakis
A: 

The Web Application Toolkit for Template-Driven Email from the MSDN Code Gallery may be worth a look as well...

Jakob Gade