Email component
The Email Component enables an integration flow to send Email messages.
Configuration
It has the following configuration options:
To
Description
Destination email addresses. Split with a comma ,
to specify multiple addresses.
Reply To
Description
Email addresses the receivers should reply to when hitting the reply button. Split with a comma ,
to specify multiple addresses.
From
Description
Sender's email address whenever this should be different from the default.
Subject
Description
The email subject.
Exchange Body As
Description
Select if the Exchange Body shall be sent as the Email body (default) or as an attachment.
Remarks
- When the Exchange Body is sent as Attachment, the headers
CamelFileName
andContent-Type
can be manually specified. - Components such as the File Component, FTP Component and Google Drive Component already set these automatically.
- If these headers are not set, a
File Name
will be generated and theContent-Type
discovered by Dovetail. - Headers with multiple lines will not be transfered into email headers.
Email Body
Description
When the Exchange Body is sent as attachment, a template for the Email Body can be specified in this field using simple expressions, otherwise the email message content is the message the Email Component received from its predecessing Component.
Behaviour
Description
The Email Component uses the outgoing email settings defined in the Tenant Manager tab, these need to be correct in order to let this component work.
Headers
Some settings of the E-mail component can also be overwritten by setting headers with the same name:
The corresponding component setting must have the same header as value, for example:
the To setting should have ${header.to}
as value.