Description:

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.

NameDescriptionDefault ValueValid ValuesELSensitive
SMTP HostnameThe hostname of the SMTP hostNoNo
SMTP PortThe Port used for SMTP communications25NoNo
FromSpecifies the Email address to use as the senderYesNo
ToThe recipients to include in the To-Line of the emailYesNo
CCThe recipients to include in the CC-Line of the emailYesNo
BCCThe recipients to include in the BCC-Line of the emailYesNo
SubjectThe email subjectMessage from NiFiYesNo
MessageThe body of the email messageYesNo
Attach FileSpecifies whether or not the FlowFile content should be attached to the emailfalse
  • true
  • false
NoNo
Include All Attributes In MessageSpecifies whether or not all FlowFile attributes should be recorded in the body of the email messagefalse
  • true
  • false
NoNo

Relationships:

NameDescription
failureFlowFiles that fail to send will be routed to this relationship
successFlowFiles that are successfully sent will be routed to this relationship