The purpose of this script is to generate the code to send mail using a regular mail server to someone. You type the message in the box using carriage returns... and supply a sender and receiver, and vola you ahve the code to send mail using ASP/CDO
Collaboration Data Objects for NT Server (CDO for NTS) is designed for use by developers who want the ability to incorporate messaging into their web applications with advanced functionality. Learn how to use it.
Here's the Basic code for using CDO for emailing on an NT / IIS server. You must include the first section to instantiate the object, and the rest are the standard email sections
It's obviously important to give your readers a way to tell their friends and colleagues about your site - it's free advertising after all. That's why I put the Tell your friends link at the top of every page.
Sorting out bad email addresses can be a bore and a lot of effort. Here's a simple function that can Validate a email address. You can use it in a include file.
ActiveX components checks an email address at three different levels -- syntax, DNS, and SMTP. You can choose to use one, two, or all three of these methods. Your choice!
This code provides client-side text-field validation using VBscript and regular expressions. It also allows you to use other intrinsic VBscript functions as well as a thorough function that checks for a valid e-mail address. Very simple to use. Just plug two new input attributes into your HTML and include the script files and you're up and running.
This tutorial outlines the basics in setting up a server
and an ASP Script to send an email from a website utilizing Collaboration
Data Objects (CDO). The required server setup and code snippits are
included.