Sends an e-mail to configured recipients for each incoming FlowFile
Tags: email, put, notify, smtp
Properties:
In the list below, the names of required properties appear in bold. Anyother properties (not in bold) are considered optional. The table also indicates any default values, whether a property supports the NiFi Expression Language (or simply EL), and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.
| Name | Description | Default Value | Valid Values | EL | Sensitive |
|---|---|---|---|---|---|
| SMTP Hostname | The hostname of the SMTP host | No | No | ||
| SMTP Port | The Port used for SMTP communications | 25 | No | No | |
| From | Specifies the Email address to use as the sender | Yes | No | ||
| To | The recipients to include in the To-Line of the email | Yes | No | ||
| CC | The recipients to include in the CC-Line of the email | Yes | No | ||
| BCC | The recipients to include in the BCC-Line of the email | Yes | No | ||
| Subject | The email subject | Message from NiFi | Yes | No | |
| Message | The body of the email message | Yes | No | ||
| Attach File | Specifies whether or not the FlowFile content should be attached to the email | false |
| No | No |
| Include All Attributes In Message | Specifies whether or not all FlowFile attributes should be recorded in the body of the email message | false |
| No | No |
Relationships:
| Name | Description |
|---|---|
| failure | FlowFiles that fail to send will be routed to this relationship |
| success | FlowFiles that are successfully sent will be routed to this relationship |