tags:

views:

34

answers:

2

How send mail using Asp.net mvc? Any example for this?

+1  A: 

Scott Gu's article is a bit dated, but still everything you need to know is there: http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx

JoseMarmolejos
+1  A: 

The same way as you would with any .NET application. Send E-mail Message with C# or VB.NET

David Neale