Integration Cloud 7.0.0 | Applications | Predefined Applications | Simple Mail Transfer Protocol (SMTP)
 
Simple Mail Transfer Protocol (SMTP)
 
Using the SMTP Application to send emails
SMTP Predefined Operation
Integration Cloud allows you to connect to an SMTP server using the Simple Mail Transfer Protocol (SMTP). This Application provides the sendEmail predefined operation to send emails to specified recipients. You can attach one or more files to the message.
Field
Description
Host
Host name or IP address or the domain name of the SMTP server.
Port
SMTP port defined on the SMTP server. This is the number of the port on which the SMTP host listens.
User
Valid user name on the SMTP server. This is the user name used to connect with the mail server.
Password
Password of the SMTP user. This is the password to connect with the mail server.
From
The email address of the sender, that is, the person that is going to send the messages.
To
E-mail address of the receiver. If you specify multiple addresses, separate them with commas without any spaces.
Response Timeout
The number of milliseconds Integration Cloud waits for a response before canceling its attempt to connect to the SMTP server. In case the network is slow or the SMTP server processing takes longer than usual, increase this value.
Read Timeout
The number of milliseconds in which Integration Cloud must read a response message from the SMTP server.
Write Timeout
Socket write timeout value in milliseconds.
SSL configuration details
Transport Layer Security
Type of security protocol Integration Cloud uses when communicating with the SMTP server port. Set to:
*none to use a non-secure mode when communicating with the port on the SMTP server. This is the default.
*explicit to use explicit security when communicating with the port on the SMTP server. With explicit security, Integration Cloud establishes an un-encrypted connection to the email server, and then switches to the secure mode.
*implicit to use implicit security when communicating with the port on the SMTP server. With implicit security, Integration Cloud always establishes an encrypted connection to the email server.
Truststore Alias
This is the alias for the truststore that contains the list of certificates that Integration Cloud uses to validate the trust relationship. Integration Cloud uses the default truststore if you do not specify a truststore alias. You can add a new truststore from this field.
Note:
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete truststores.