Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » E-Mail   (RSS)
But I Don't Send SPAM - Or Do I?
SPAM infects all of our lives. As much as we actually get I bet your e-mail provider has probably blocked about 100-1000 pieces of SPAM you never saw. I host around 500 e-mail accounts and probably 900 actual addresses on my mail server. I block around Read More...
Cures for the Common Ailments - Part 5: Reporting Exceptions through E-Mail
A few months ago I made an entry reviewing how to send e-mail from an ASP.NET page , today I am going to extend that entry a little an show how you can make a simple exception reporting utility for your web pages. One of the terrible things we as developers Read More...
Sending E-Mail from ASP.NET - Configuring the SMTP Server
One of the big improvements in the configuration and maintenance of ASP.NET Web sites for version 2.0 is the ability to define common settings such as connection strings and mail server in a structured section of the web.config file. I previously made Read More...
Cures for Common Ailments Part 2 – Sending E-Mail from ASP.NET
While for most sending an E-Mail message tends to be fairly trivial to seasoned .NET programmers, a new .NET programmer might find it a little mysterious. .NET has all this functionality wrapped up for us in the System.Net.Mail namespace to maange the Read More...