Sending Emails

TwitterFacebook
Get flash to fully experience Pearltrees
We frequently see questions about sending emails using .Net in the asp.net forums. The process of sending mail is the same for Windows apps and asp.net websites as the same .Net classes are used. The process can be slightly shortened by specifying default SMTP settings in the web.config or app.config file.

How to Send Emails from .Net [example uses GMail SMTP] - HeartattacK

http://weblogs.asp.net/ashicmahtab/archive/2009/04/28/how-to-send-emails-from-net-example-uses-gmail-smtp.aspx
.NET 2.0 includes much richer Email API support within the System.Net.Mail code namespace.

Sending Email with System.Net.Mail

http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx
Virto Alerts Customizer for SharePoint provides users with additional adjustment features.

Email

http://www.asp.net/community/control-gallery/browse.aspx?Page=3&category=46

Sending HTML Mail Using Gmail SMTP (using System.Net.Mail namespace) - SaurabhNijhawan

INTRODUCTION: Sending emails requires SMTP server and hence usually you won’t be able to send emails from your local machine [In case you have SMTP server configured on your local machine, you can surely send emails using that!]. The other way out would be to use a third parties SMTP server to send Emails. http://weblogs.asp.net/saurabhnijhawan/archive/2009/10/05/sending-smtp-mail-using-gmail-using-system-net-mail-namespace.aspx

[How Do I:] Send Templated Emails for Health Monitoring Events in ASP.NET

By Chris Pels | 25 minutes | September 18, 2008 In this video Chris Pels shows how to use the TemplatedEmailWebEventProvider to send emails when health monitoring events occur that utilize a template for the email content. First, see how to configure the http://www.asp.net/web-forms/videos/how-do-i/how-do-i-send-templated-emails-for-health-monitoring-events-in-aspnet