Skip to main content

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

  1. Click On the Connection Properties
  2. Select the DataSource Type from drop down
  3. Provide the Credentials
  4. Click on Submit to save the Credentials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
MAIL configuration
FieldsDescriptionExample
DataSource NameDatasource Name which is configured in connections propertiesofficalmail
DataSource TypeMAILMAIL
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev
HostA hostname is a domain name assigned to a host computer<server-host>
Connection TimeoutThe maximum amount of time the email client or server will wait to establish a connection with the mail server before giving up60000 (ms)
PortA port is a virtual point where network connections start and end.587
User NameA name that uses for identification purposes when logging <server-username>
PasswordA password is a string of characters used to verify the identity of a user during the authentication process<server-password>