Tag Archives: email

Masking Your Email Address

This post was updated in February 2007. Some of you are probably aware of spiders. They are these little programs that surf the internet looking for data. Some spiders assist search engines in helping you find the web page you … Continue reading

Posted in Classic ASP, Javascript | Tagged , , | 2 Comments

ASP.NET Email Using VB.NET

This 2001 article is for ASP.NET 1.0. For a 2.0 snippet read Sending Email in ASP.NET 2.0 (VB.NET). By now we all know how to send server-side email using classic ASP. We either use Microsoft’s CDONTS technology or a third-party … Continue reading

Posted in ASP.NET, VB.NET | Tagged | Comments Off

Sending Email Using CDONTS

ASP developers can use the CDONTS technology, which is built into Microsoft’s IIS web server to send server-side email. CDONTS, which is also referred to as CDO, stands for Collaboration Data Objects. Once an SMTP service is setup, CDONTS allows … Continue reading

Posted in Classic ASP | Tagged , , | Comments Off