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:
-
Go to your Gmail Account site
-
Select Security
-
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:
- 2-Step Verification is not set up for your account.
- 2-Step Verification is only set up for security keys.
- Your account is through work, school, or other organization.
- You turned on Advanced Protection.
-
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.
-
Follow the instructions to enter the App Password. The App Password is the 16-character code in the yellow bar on your device.
-
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.