![]() |
|
|
Sending Email with CDONTSBelow is a script that will send an email using the NewMail Object provided that the server has the Collaboration Data Objects for Microsoft Windows NT Server (CDONTS) component installed on it. Check with your webhost if you aren't sure whether CDONTS is installed. The SMTP service should be installed and running with Internet Information Services (IIS). <%@ language= "VBscript" %> If you would like to send it as plain text rather than HTML just
remove the 2 lines Just save your file as email.asp and run it on the server and it should work. Have a look at the form to email tutorial which will make a more dynamic page.
Site developed by Michael Wall - Web Design Belfast N.Ireland. |
|