Inbound Email component
The Inbound Email component is used to retrieve email messages and/or attachments from an email server. After retrieving messages and/or attachments, they are sent to the next component in the flow.
Configuration
This component has the following configuration options:
Protocol
Specifies the protocol used to connect to the email server.
Options
imap
(default)imaps
pop3
pop3s
smtp
smtps
Host
Defines the hostname of the email server.
If the mail server you are connecting to uses an SSL Certificate, it should work out of the box as long as it is signed by a default trusted certificate authority. If the mail server uses a self-signed
certificate or a certificate not signed by a default trusted certificate authority, it must be imported manually. Please contact your Dovetail provider for support.
Port
Defines the port of the email server.
Authentication Type
Specifies the authentication type used to log in to the email server.
Options
Basic
(default)OAuth
Username
Defines the username or email account used to log in to the email server.
This refers to the email account you want to access when Authentication Type is set to OAuth
.