Setting Up FormMail

If you would like to set up a simple e-mail list or sign-up form for customers visiting your website to fill out, one of the simpler programs to use is a FormMail script. FormMail allows you to embed a form composed of several fields on your website. When a user fills in the fields and submits the form, the information is emailed to an address of your choice. FormMail is not a part of the HTML, it runs as its own program. However, FormMail can be customized with things like number of recipients, syntax check, and thank you pages from within the <form> </form> line of the HTML code.

While FormMail scripts are useful, they do have some drawbacks. One major drawback is that the form and the email address associated with it are open to spammers. However, Tectite (http://www.tectite.com/formmailpage.php), a brand of free FormMail script, will run submitted information through several filters and tests which can determine whether the information qualifies as spam. Tectite’s FormMail can be customized by editing the HTML code or by purchasing Tectite’s FormMail Configuration Wizard.

In this example we will simply edit the script and the HTML code. Editing these files should be done using a simple text editor. Web-based editors may alter the code and cause it not to work. An easy way to get started is to download Tectite FormMail (http://www.tectite.com/formmail.zip). In the formmail.php file included, add in your email at line 239 or 240 (depending on which version you receive): Read the rest of this entry »

20
Oct
Written by Brian
Categories: Uncategorized