CGIemail:This is a program that will email you the forms filled out from the web.
Here's an example -
Create a text file called "example" in the main web directory.
This is the content of the file:
To: joe@blue.com
Subject: example
This is a test message.
This is a test message.
name: [name]
phone: [phone]
That is the file that will be sent to joe@blue.com.
Now, cgiemail will automatically replace [name], [phone], anything
in the brackets with the corresponding user supplied info from the web
form. Also, you MUST have the To: and the Subject: line followed by
the blank line. Those three lines MUST be on the FIRST THREE lines. You
cannot change the From: address.
Here is a part of the web form page called "example.html"