![]() |
FormEMailer
|
|||||||
| (c)
|
||||||||
OverviewThis Extension installs a new object It provides consistency checks, encodes foreign languages, has security and spam checks and can even attach one or more files you can upload with your form. StatusStarting with V2, FormEMailer can be ordered for 18 Euro online. HistoryV4.0:
V3.0:
V2.1:
V2:
V1.1:
V1:
|
Detail
'To', 'From' and 'Subject' are the basic fields for an email. 'Submitbutton' is the submit button's name of the originating form page: only this button can initiate the form processing. For consistency checks, you can enter a comma-separated list of field names to check. If any field is left blank, only the 'Error Message' is displayed. To suppress fields from being send, you can enter a comma separated list of the fields names after 'Field(s) to exclude'. The 'Success Message' should contain a success message. For security reasons, the script can check where the form originates from. Enter the server the form page resides on in the 'HTTP Referer' field and any other server is ignored - this field is optional. Note: In order to list the field name of each field entry, select the first checkbox. For processing files, you can activate the bottom section. The maximum size of each file (in KB) and the accepted file types (comma separated list of types) can optionally be specified. RequirementsThe form must send its data with the POST method, multipart/form-data is recommended as the transfer type. Take care that the object performs on pages of type PHP only! Check for a proper PHP setup on your server to send emails with the mail-command and if requested to accept file uploads! Check your Apache/PHP setup for the HTTP Referer check and for the maximum file upload size - this object can by no means extend the upload size beyond the server limits! |