Skip to content
background-image background-image

SMTP Sender

[ | version 3.2]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

The SMTP Sender connector allows you to send email messages from Mail boxes trough SMTP protocol.

Configuration

Mail Connection configuration

Hostname

Define mailbox server in IP address format or dotted format.

Example

  • pop.gmail.com
  • imap.gmail.com
  • 192.168.0.1

Port

Define port for server communication.

  • Default ports for POP3 mailbox server are 110 for not secured connection and 995 for secured connection.
  • Default ports for IMAP mailbox server are 143 for not secured connection and 993 for secured connection.

Use SSL

Set secured connection will be used.

Timeout

The number of seconds to wait before terminating the request. Default value is set to 100 seconds.

Username

Define mailbox server Bind user login which is used for authentication of the connection.

Password

Define mailbox server Bind user password which is used for authentication of the connection.

Input & Output Schema

Input

E-Mail Send (ver. 1.0.1)

Column Data type Allow null Description
Subject string Yes Subject
Importance string Yes Importance - low, normal, high
From E-Mail Send Person 1.0.1 Yes Sender of email data
To E-Mail Send Person 1.0.1 No The recipient/s of the email data object
Cc E-Mail Send Person 1.0.1 Yes Recipients that are copied on the email data object
Bcc E-Mail Send Person 1.0.1 Yes Recipients that are blind-copied on the email data object
BodyType String No Body type - text, html
Body String Yes Body
Attachment E-Mail Attachment 1.0.0 Yes Email attachments

E-Mail Send Person (ver. 1.0.1)

Column Data type Allow null Description
Name string Yes Name of person
Address string No Email address

E-Mail Attachment (ver. 1.0.0)

Column Data type Allow null Description
Name string No File name with extension
Content Base64 No Encoded file content

Output

This connector has no output schema.

Release notes

3.2.2

  • Plugin binaries update as a result of included connector change.

3.2.1

  • Plugin binaries update as a result of included connector change.

3.2.0

  • Plugin binaries update as a result of included connector change.

3.1.3

  • Fixed shared nuget package versions.

3.1.2

  • Fixed right processing of nullable properties.