| _configfile |
This specifies an alternative location for the Config.xml configuration file. |
| _debugmode |
This boolean (true/false) will allow the TemplateMailer system to send additional debugging information with the Text email message. |
| _subject |
The subject message of the email to be sent. This field is parsed for all available variables. Review the Template Design section for proper documentation. |
| _redirectURL |
This is the URL to redirect the user upon submission of the mail form. If not provided the ThankYouMessage template will be processed and returned to the web browser. |
| _mailport |
Reset the mail server port to connect to for sending mail. |
| _mailserver |
Reset the mail server used to send mail messages. Review the restrictions of this field in the NodeElement Definitions section of this document. |
| _secondarymailserver |
Reset the secondary mail server used to send mail messages. Review the restrictions of this field in the NodeElement Definitions section of this document. |
| _tertiarymailserver |
Reset the tertiary mail server used to send mail messages. Review the restrictions of this field in the NodeElement Definitions section of this document. |
| _senderemail |
The email address to use as the sender of the message. |
| _ReplyToEmail |
The email address to display as sending replies. NOTE: not all email clients support this feature. Be sure the anti-spam features of you relaying mail server will allow this address to be used. |
| _recipientemail |
The email address of the recipient of the mail message. |
| _ccemail |
A comma delimited list of addition email addresses to CC the email message. |
| _bccemail |
A comma delimited list of addition email addresses to BCC the email message. |
| _txtTemplate |
The template used to send the TEXT email message. The file path to the file must be defined as a relative path from the config.xml file. |
| _htmlTemplate |
The template used to send the HTML email message. The file path to the file must be defined as a relative path from the config.xml file. |
| _ThankYouTemplate |
The template used to send the Thank You/Confirmation message to the web browser upon submission. The file path to the file must be defined as a relative path from the config.xml file. |
| _sendresponse |
Set to true to allow the sending of an AutoResponse message if all information is provided. NOTE : The email address the AutoResponse message will respond to must be a form field or querystring field titled "email". |
| _responseemail |
The sender's email address of the AutoResponse. This is required to send an AutoResponse message. |
| _responsesubject |
The subject message of the AutoResponse. |
| _responsetxtTemplate |
The template used to send the AutoResponse TEXT email message. The file path to the file must be defined as a relative path from the config.xml file. This is required to send an AutoResponse message. |
| _responsehtmlTemplate |
The template used to send the AutoResponse HTML email message. The file path to the file must be defined as a relative path from the config.xml file. |
| _sendHTML |
Set to true to allow the sending of HTML message if an htmlTemplate is provided. |
| _sendnotification |
Adds the appropriate request for return receipt when the email is read. Note: not all email clients and mail servers support this feature. This is not a supported feature. |
| _TempFolder |
This is the folder where uploaded files to be sent as attachments are stored. This file must have write permissions by the ASPNET user account. For more instructions refer to the Using Attachments section of this document. |
|
| _includeList |
Set to true to allow the inclusion of an array at the bottom of the TEXT email message based upon the LogDelimiter. |
| _SendIncludeListasAttachment |
Set to true to allow the array of fields to be added to the email message as an attachment. The _IncludeList must also be set to true. |
| _IncludeLogFile |
This boolean (true/false) will allow the TemplateMailer system to log results passed through the system to a separate file. |
| _LogDelimiter |
If not LogFileTemplate is used, this is the delimiter to separate field results. The default is "|". |
| _LogFile |
The file to be used to record results passed through the system. The file path to the file must be defined as a relative path from the config.xml file. |
| _LogFileTemplate |
The template used to populate the log file. All fields are replaced using the same format ##FIELDNAME## and can be formatted in any manner including comma-delimited, tab-delimited, XML or others. The file path to the file must be defined as a relative path from the config.xml file. A special field ##DATETIME## is available to record the date and time of the transaction. |
| _SelectionVars |
The is a comma-delimited list of all checkbox and radio button form fields within the form. In the event a person does not select one of the options, TemplateMailer will parse the list and replace the ##FIELDNAME## with an empty/null value. THIS FEATURE IS OUTDATED. The TemplateMailer now performs a standard parsing of all templates prior to delivery to clean and remove any remaining, unparsed ##FIELDNAME##. |