Skip to content
background-image background-image

Gmail SMTP Sender

[ | version 3.0]

Connector

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

Connector processing type: Row by row!

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

Prerequisites

Gmail services doesn't supports authentication with account username/ account password from July 2022. There must be App-Password added for third party application to consume data from/to Gmail account:

  1. Go to your Gmail Account site

  2. Select Security

  3. Under Signing in to Google, select App Passwords. You may need to sign in. If you don’t have this option, it might be because:

    1. 2-Step Verification is not set up for your account.
    2. 2-Step Verification is only set up for security keys.
    3. Your account is through work, school, or other organization.
    4. You turned on Advanced Protection.
  4. At the bottom, choose Select app and choose the app you using and then > Select device and choose the device you’re using and then > Generate.

  5. Follow the instructions to enter the App Password. The App Password is the 16-character code in the yellow bar on your device.

  6. Tap Done

App Passwords revoked after password change

To help protect your account, we revoke your App Passwords when you change your Google Account password. To continue to use an app with your Google Account, create a new App Password.

Configurations

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.0.2

  • Added connector icon
  • Fixed connector description
  • Created release notes in connector documentation

3.0.1

  • Fixed right configuration propagation.

3.0.0

  • Send messages through SMTP Gmail account.