Name | Type | Multiplicity | Description |
---|---|---|---|
name |
property string |
[1,1] | Mandatory name of the transport - MUST be unique for each configured message transport. |
redirectToFile |
property string |
[0,1] | All the messages are redirected into a specified file - useful for debugging. |
logToFile |
property string |
[0,1] | In addition to sending message via this transport, writes it to a file. |
blackList |
property string |
[0,-1] | Addresses that are on a "black list". |
whiteList |
property string |
[0,-1] | Addresses that are on a "white list". |
recipientFilterExpression |
property ExpressionType |
[0,1] | An expression that decides whether the recipient address is allowed to pass through or it should be blacklisted. |
recipientAddressExpression |
property ExpressionType |
[0,1] | Optional expression for recipient address returned as a String. |
debug |
property boolean |
[0,1] | Enables debugging specific for a given transport (if supported by it). |
server |
property MailServerConfigurationType |
[0,-1] | Configuration of a particular mail server host. |
defaultFrom |
property string |
[0,1] | What to put into "From" field of mail messages (unless overridden by specific situation). |
Flags: RAM,runtime
Multiplicity: [1,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,-1]
Flags: RAM,runtime
Multiplicity: [0,-1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,-1]
Flags: RAM,runtime
Multiplicity: [0,1]