Step 2
Edit file config_forms.asp to describe
the mailing system on your server and where you want the emails to go
when the form is completed.
The values to change are:
config_emailaddress="Youremail@you.com"
This is your email address
config_emailname="Your Name"
This is your name to receive emails
config_emaildriver="CDOSYS"
This is a server specific value and represents the interface
between programs such as Advanced Form Handling and your mail server.
The most common interface is CDOSYS
config_emailsystem="localhost"
or
config_emailsystem="mail.mysite.com"
This is a server specific value and represents the mail server.
Only your web host can tell you the exact value.
The mail driver used to actually send mail. This is the name of an external interface that your web host will have installed so that ASP programs can
communicate with the mail server. Valid values are: ASPMAIL, ASPEMAIL, CDONTS, CDOSYS, JMAIL, JMAL44, OCXMAIL.
For example
config_emaildriver="ASPMAIL" Start your browser and type in the location of your form.
www.xxxxx.com/myform.htm or use the testform.htm that is supplied When you click the button on your form, the Advanced form Handler now takes over. Takes your form fields, formats them and emails the results.
|