EmailRecordSink

Description

Provides a RecordSinkService that can be used to send records in email using the specified writer for formatting.

Tags

email, record, send, sink, smtp, write

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
BCCbccThe recipients to include in the BCC-Line of the email. Comma separated sequence of addresses following RFC822 syntax.
CCccThe recipients to include in the CC-Line of the email. Comma separated sequence of addresses following RFC822 syntax.
From *fromSpecifies the Email address to use as the sender. Comma separated sequence of addresses following RFC822 syntax.
Record Writer *record-sink-record-writerSpecifies the Controller Service to use for writing out the records.
SMTP Auth *smtp-authtrueFlag indicating whether authentication should be used
SMTP Hostname *smtp-hostnameThe hostname of the SMTP Server that is used to send Email Notifications
SMTP Passwordsmtp-passwordPassword for the SMTP account
SMTP Port *smtp-port25The Port used for SMTP communications
SMTP SSL *smtp-sslfalseFlag indicating whether SSL should be enabled
SMTP STARTTLS *smtp-starttlsfalseFlag indicating whether STARTTLS should be enabled. If the server does not support STARTTLS, the connection continues without the use of TLS
SMTP Usernamesmtp-usernameUsername for the SMTP account
SMTP X-Mailer Header *smtp-xmailer-headerNiFiX-Mailer used in the header of the outgoing email
Subject *subjectMessage from NiFiThe email subject
TotoThe recipients to include in the To-Line of the email. Comma separated sequence of addresses following RFC822 syntax.

State management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.