Settings
|
Name (Label) |
Type |
Req'd |
Single Setting Value |
Substitution Allowed |
Default |
Notes |
|
jndiName (JNDI Name) |
string |
Yes |
|
|
None |
The configured JNDI datasource for mail sessions under the java application server. |
|
to (To) |
string |
No |
|
|
None |
The email address this message will be sent to. This setting is repeatable so that each setting value contains a separate email address. |
|
toList (To List) |
string |
No |
|
|
None |
The name of a session data variable containing a ResultSetList object holding a list of email addresses as retrieved from a Database element. The email will be sent to every address in this list. |
|
from (From) |
string |
Yes |
|
|
None |
The email address this message will be sent from. |
|
cc (Cc) |
string |
No |
|
|
None |
The email address this message will be carbon copied to. This setting is repeatable so that each setting value contains a separate email address. |
|
ccList (Cc List) |
string |
No |
|
|
None |
The name of a session data variable containing a ResultSetList object holding a list of email addresses as retrieved from a Database element. The email will be carbon copied to each address in this list. |
|
bcc (Bcc) |
string |
No |
|
|
None |
The email address this message will be blind carbon copied to. This setting is repeatable so that each setting value contains a separate email address. |
|
bccList (Bcc List) |
string |
No |
|
|
None |
The name of a session data variable containing a ResultSetList object holding a list of email addresses as retrieved from a Database element. The email will be blind carbon copied to each address in this list. |
|
subject (Subject) |
string |
No |
|
|
None |
Subject field of the email. |
|
attachment (Attachment) |
string |
No |
|
|
None |
Full local path of the file to be attached. This setting is repeatable so that each setting value contains a reference to separate attachments. |
|
messageBody (Message Body) |
string |
Yes |
|
|
None |
The message body of the email. |
Feedback