Email Connector (Labs)

Connects to an email server using the entered account. Once connected you can use various nodes to work with your email such as the Email Reader node to read email or the Email Sender node to send email.

The Email Connector node uses the Jakarta Mail API and the Angus Mail implementation to interact with compatible email servers.

Please notice that the node only supports email server that support the IMAP protocol for reading email and the SMTP protocol for sending email.

Options

Connection type
Choose the type of connection you want to create. Depending on the selected connection type you will be able to work with your email and/or send email.
  • Select "Incoming" if you want to work with your email e.g. by using the Email Reader node to read your email or the Email Mover node to move email to different folders.
  • Select "Outgoing" if you only want to send email via the SMTP protocol by using the Email Sender node.
  • Select "Incoming & Outgoing" if you want to read and send email.
Server
The address of the incoming email server (IMAP) e.g. imap.web.de.
Port
The port of the incoming email server (e.g. 143 (non-secure) or 993 (secure)).
Use secure protocol
Choose whether to use an encrypted or unencrypted connection.
Server
The address of the outgoing email server (SMTP) e.g. smtp.web.de.
Port
The port of the outgoing email server (e.g. 25 (non-secure), 465 (secure) or 587 (secure)).
Email address
Some SMTP servers require the sender's email address, other accept this to be not specified and will automatically derive it from the user account.
Outgoing mail server requires authentication.
If the outgoing mail server requires authentication, check this box and enter the credentials or use a credentials flow variable to control them.
Connection Security
Configures the connection security to the outgoing email server.
Login
The optional email server login.
Connection timeout
Timeout in seconds to establish a connection.
Read timeout
Timeout in seconds to read a server response from a connection.
Custom properties
Allows to define additional connection properties. For details about the supported properties see here.
  • Name: Custom property name e.g. mail.smtp.timeout.
  • Value: Custom property value e.g. 10 or true.

Input Ports

This node has no input ports

Output Ports

Icon
The email session to use in subsequent nodes.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.