Skip to main content

Email Transfer Object

You can use the email transfer object to send emails from within a flow. This requires that the necessary mail server has already been configured as a plug-in instance. Create the transfer object within the flow as described.

Email Transfer Object

Configure the following properties in the email transfer object:

note

You can use placeholders with the syntax [%placeholder_name%] in all text fields.

PropertyDescription
Email ConnectionSelection of a configured mail server from the Email Plug-in. The email is sent via this instance. The setup of the mail server is described in the Plug-in Configuration.
Number of RecipientsSpecifies how many recipient fields are provided in the transfer object. You can populate the addresses statically or dynamically at runtime. Multiple recipients can also be passed as a string within a single field, with the individual email addresses separated by semicolons.
Number of Cc RecipientsSpecifies how many CC fields are provided. These recipients receive a copy of the email.
SenderSender address of the email in the format name@example.com.
Display NameName displayed to the recipient in addition to the sender address.
Reply-To AddressAlternative reply address for recipient feedback.
On Behalf OfEmail address on whose behalf the message is being sent.
SubjectSubject line of the email.
Number of file attachmentsSpecifies how many attachments are provided in the transfer object. You can populate the file paths or file names statically or dynamically. Multiple file paths can be passed either as a string separated by semicolons in a field or as an array of paths in the property value. All paths provided are used, and the corresponding files are attached to the email.
Attachments as binary dataEnables attachments to be passed as a filename plus binary content instead of a file path.
Text as HTMLSends the text content as an HTML message.
Send emails individuallySends a separate email for each recipient. This keeps recipient lists hidden, and invalid individual addresses do not necessarily block delivery to other recipients.
Email PrioritySets the priority of the message, for example Normal, so that downstream email systems can classify the message accordingly.
Text ContentText of the email.
PlaceholdersDefine variables that you populate at runtime with values such as process data, messages, or text modules. Use the insertion functions to insert placeholders directly into the subject line or message body.