| To configure CGI EMail:
1. Create an HTML form with a number of named input fields.
2. Create an email template (a .txt file) that displays the format in which you want your form information displayed in the email. Make sure all your form name codes are one word and in square brackets ([ ]).
3. Upload the .txt and form files to your site.
4. Go to your cgi-bin directory and change the file permissions on cgiecho and cgiemail to 755.
5. Test the script. The cgiecho script is designed for testing online, so you do not have to wait for email to be sent or received. |