|
formrelay.pl
formrelay.pl relays e-mail messages from a web form. Most fields
within the form are sent as-is. A few field names are used for specific purposes.
These, more-powerful field names are listed below.
- email: (required) user's email address. This field is checked to make sure it looks like a legitimate email address.
- recipient: (typically hidden) email address of primary recipient of e-mail.
- subject: (optional) becomes subject line of e-mail message.
- template: (typically hidden) name of file used as template for generated html. e.g. main/template.html
If a template file is used it must contain the tag <INSERTRESPONSEHERE>.
- thanks: (typically hidden) text displayed on acknowledgement web page after successful processing of form.
If not specified the following text is used as a default:
"Thanks for your on-line question. We will contact you shortly."
|