|
| |
|
| Script TimeOut |
The Server.ScriptTimeout of Your ASP page. |
| |
|
| Redirect To |
The page You are redirect after the e-mail is send.
This page will receive a report that is the list of E-mail send and the status of each e-mail.
The status is the server component response (if the server component send en error description this will be send in the status report)
To see an example of the redirect page click this link |
| |
|
| Value to send: |
This is the list of form field.
All the value of the selected field will be passed to the redirect page with the post method. |
| |
|
| Send method: |
The methos to send the value to the redirect page |
| |
|
| Progress bar |
The progress bar displayd during the e-mail send.
Only if You send e-mail from a recordset.
See the different type of Progress Bar Available.
The Progress Bar page are simple ASP page so You can modify it with your graphics. |
| |
|
| Number of mails: |
Define the max number of mail will be send. For send only a part of a big mailing list. |
| |
|
| Fron Name |
The message originator’s name. |
| |
|
| From Mail |
The message originator’s email address. |
| |
|
| Reply Name |
The ReplyName property allows you to specify a different message originator’s name that replies should be sent to. |
| |
|
| Reply Mail |
The ReplyMail property allows you to specify a different email address that replies should be sent to. By default mail programs should use the Reply-To: header for responses if this header is specified. |
| |
|
| To Name |
The message adresse’s name. |
| |
|
| To Mail |
The message adresse’s e-mail address. |
| |
|
| Cc |
The blind copy (Bc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com |
| |
|
| Bcc |
The blind carbon copy (Bcc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com |
| |
|
| Return Receipt |
The ConfirmReading flag. If this is a not null AND the recipients email program supports
this feature (and it is enabled) the recipients email program will send a notice back to this EmailAddress confirming that this email has been read. |
| |
|
| Mail Format |
Select the format of the body (Text format or Html format) |
| |
|
| Mail Body Charset |
Set the body Charset |
| |
|
| Priority |
Sets the message priority. |
| |
|
 |
Open the "Field Window" to get value from the Form Field or from the Recordset Field.
To recognize if the value is from Form Field or from Record Field I add a special tag.
WARNING!! Don't modify my special tag.
 |
| In the Field Window you find 2 List Menu: |
| Form Field |
Contain the list of the filed of the form you select in the Form List in the Data Panel. |
| Recordset Field |
Contain the list of the recordset's filed You define in the Data panel. |
After you select a value from one List Menu I add the corresponding value in the Field with a special tag to recognize if the field is from Form or from Recordset.
WARNING!! Don't modify this special tag |
|
| |
|
|
Set the dynamic value for the field |
| |
|
|