Installation Instructions: 1. Open mail.cgi and modify the locations for the unix sendmail program and for the database file. If you are a Vlinto user, please point to your existing Vlinto database file. 2. If you are not using Vlinto, be sure to modify the database file to include the username, full name, and email address for each account. Be sure to add an exclamation point to the end of each line, followed by a carriage return. 3. Upload to the server, BE SURE TO USE ASCII MODE!! If you do not upload in ascii mode, the script will most likely not work. 4. Chmod mail.cgi 755 and chmod the database 666. 5. Insert the form code into your web site, for example:
Question: Special Notes: • When asking for an email address from a client, be sure that the INPUT tag's 'NAME' is 'email', not 'EMail' or 'EMAIL'. • The message and rfield and raw INPUTs are optional.