|
Dope Mail Form
|
Other links at PHP > Scripts and Programs > Form Processors |
| 1. |
dB Masters PHP Formmailer
|
|
|
A single script to handle as many forms as you want to throw at it with as many fields as needed, including file attachments. The only "hidden field" variable is a single configuration value to call the proper variables in a script-level array to get the right configuration info. This keeps all recipients, ccs, bccs and other values away from the prying eyes of spam bots and provides far fewer routes for hackers to take to compromise the script and no way for spambots to index recipients email addresses such as the case is with many form mail processors.
|
| 2. |
12validateform.php
|
|
|
Form validation script available in two versions: simple and extra. Both can check any html form to see if the specified fields are not blank. If there are fields blank, the visitor is notified and send back to the form. If all data is correctly filled in 12validateform simple will format the form data into a message and send it to a specified email address. 12validateform extra, will first format a message to send to the visitor for confirmation. Meanwhile his data is saved in a temporary file on your computer. If a confirmation link in the message to the visitor has been clicked the data is formatted into another message and sent to you. The visitor can also cancel his message and you can put a maximum number of days for data to be stored.
|
| 3. |
MPmailForm 2
|
|
|
The latest and most powerful form sending script. Can send an autoresponder, log all emails sent into txt files ready for spreadsheet software, quick email sending, IP blocking, email address blocking. And yet its still simple and easy for the newbie.
|
| 4. |
Ultimate Form Mail Script
|
|
|
Just add your email address (or multiple addresses) and youre done. This will work with any existing forms you have without any modifications to your html. Your visitors will get a thank you email sent to them soon after submitting your form. The autoresponder even sends a smart reply with the first name of your visitor in the message. You can even send visitors a receipt. Email addresses and phone numbers are checked for validity. Error pages can be easily customized to look like the rest of your website. You can turn on an option that sends you the browser type and IP of your visitor. The script will even handle MULTIPLE file attachments and screen out potentially dangerous files. Attachments can be saved on your server or just forwarded to you by email. Anti-spam security features are hardwired into the code to protect your site from abuse. Emails sent out from the script are in feature rich SMTP format, or you can choose mail(), sendmail, or qmail. The pro version enables you to add form data to a mysql database automatically.
|
| 5. |
L-Emailer
|
|
|
This is intended to be a more secure alternative to the traditional "formmail" script by employing sessions and referer checks. Additionally, the L-Emailer script does simple form validation before processing. This is under active development but no unstable versions are ever posted.
|
|
|