The Seznam SMTP Sender connector allows you to send email messages from Seznam Mail boxes trough SMTP protocol.
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.