Browse by Tags
All Tags »
SMTP (RSS)
I see this question asked over and over in the ASP.NET forums and many times the answer is you have to have an SMTP server on your local machine. The person asking the question is usually under the wrong impression that setting the SMTP server property
Read More...
This morning I noticed some timeouts when checking against the DSBL.org servers for incoming SMTP traffic to my E-Mail server. So I checked the website to find the DSBL SPAM blacklilst have been taken offline . They explain that SPAMMERS have changed
Read More...
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...
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...
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...
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...