Send Email
The Send Email operator is used to send emails.
This operator is used to send emails.
Configuration Parameters
Parameter | Type | Description |
---|---|---|
Delete attachments after sending | bool | A flag that controls whether the files attached to the email
should be deleted after sending or not.
Default: false |
Default From value | string | The value of email.from which will be used when
none is received through the incoming message.
Default: "" |
Default To value | []string | The value of email.to which will be used when none is received
through the incoming message.
Default: [] |
Default Subject value | string | The value of email.subject which will be used
when none is received through the incoming message.
Default: "" |
Parameter | Type | Description |
---|---|---|
connection | object | Holds information about connection information for the services. |
configurationType | string | Which type of connection information will be used: Manual (user
input), or retrieved by the Connection Management Service
Default: "" |
connectionID | string | The ID of the connection information to retrieve from the
Connection Management Service.
Default: "" |
connectionProperties | object | All the connection properties for manual input:
|
Input
Input |
Type |
Description |
---|---|---|
in |
message |
A message whose attributes will be used to fill the email information and whose body will be used as the email body. In case there are multiple entries for a same header, they can be separated by a comma. Message Attributes
|
Output
Output |
Type |
Description |
---|---|---|
out |
string |
A string containing a list of all the recipients that received the email, separated by semicolon(';'). |
Limitations
- The following characters cannot appear in message header names: <>${}.
Basic Usage
If attachments were to be included, the attribute "email.attachments" should be used.
Security
The Send Email operator can automatically detect if the SMTP server uses TLS.