DataSource MAIL
Email (Email DataSource) sends and retrieves email messages over standard email protocols. Email DataSource configurations share a basic set of parameters that require a connection over the protocols you use.
For compatibility information and fixed issues, see the Email Connector Release Notes
Engaging in Practical Implementation
Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working
- Click On the Connection Properties
- Select the DataSource Type from drop down
- Provide the Credentials
- Click on Submit to save the Credentials
- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.

Fields | Description | Example |
---|---|---|
DataSource Name | Datasource Name which is configured in connections properties | officalmail |
DataSource Type | ||
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Host | A hostname is a domain name assigned to a host computer | <server-host> |
Connection Timeout | The maximum amount of time the email client or server will wait to establish a connection with the mail server before giving up | 60000 (ms) |
Port | A port is a virtual point where network connections start and end. | 587 |
User Name | A name that uses for identification purposes when logging | <server-username> |
Password | A password is a string of characters used to verify the identity of a user during the authentication process | <server-password> |