Web Wiz Guide E-mail Form's v2.9 using the standard ASP CDONTS Component '**************************************************************************************** '** Copyright Notice '** '** Web Wiz - Web Wiz Email Form's '** '** Copyright 2001-2002 Bruce Corkhill All Rights Reserved. '** '** This program is free software; you can modify (at your own risk) any part of it '** under the terms of the License that accompanies this software and use it both '** privately and commercially. '** '** All copyright notices must remain intact in the source files '** '** This program is distributed in the hope that it will be useful, '** but WITHOUT ANY WARRANTY; without even the implied warranty of '** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER '** WARRANTIES WHETHER EXPRESSED OR IMPLIED. '** '**************************************************************************************** Introduction =========================================================================================== Thank you for downloading this tutorial and applications and hopefully you will find it of benefit to you. If you have not downloaded this appliaction from Web Wiz Guide then check for the latest version at: - http://www.webwizguide.info This applcation uses ASP and must be run through a web server supporting ASP. It has been tested on IIS 4 and 5 on Windows 2000/XP/NT4/98 The CDONTS component comes with IIS 4/5 on NT4/Win2k, but does NOT come with IIS5.1 on Windows XP (The script will run on Windows XP using IIS5.1 but you need to install the CDONTS component on the web server, if you can get hold of it). =========================================================================================== Using the e-mail form =========================================================================================== 1. Unzip all the files to there various directories 2. There are 4 different E-mail Forms for you to choose from so hopefully you will find one to suite your needs. For simplicity I have placed them in 4 diffrent folders, called E-mail Form 1, ......., E-mail Form 4. 3. Files must be run through an ASP enabled web sever supporting the CDONTS component and an SMTP server installed(The CDONTS component and an SMTP server come as standard with IIS, sorry there is no CDONTS component on Win98 Personal web server). 4. The script uses the standard CDONTS component which is installed by default in IIS. 5. All you should need to do to use this script on your site is place your e-mail address into the strMyEmailAddress string at the top of the send_email.asp page on each of the first 3 e-mail forms. 6. If you want to also send the e-mail to more than one person (i.e. Carbon Copy (CC)) then place other e-mail addresses in the strCCEmailAddress indicated at the top of the send_email.asp page. You can send more than one Carbon Copy by placing ';' between the e-mail addresses. i.e. person_one@mydomain.com;person_two@mydomain.com 7. All validation that the form has been filled in correctly is done by JavaScript in a function at the top of the contact.htm page =========================================================================================== Problems running the E-mail forms =========================================================================================== If you are having trouble with the application then please take a look at the FAQ pages at: - http://www.webwizguide.com/knowledgebase The is no official support for this application as support costs a large amount of unpaid time that is not always available to devote to the many questions posted. ===========================================================================================