Send SMTP Mail Message When Using AWS SES SMTP Service

Is it possible to use AWS SES SMTP account credentials to send email from SMTP Mail Message Activity from UiPath?

It is possible to use the Send SMTP Mail Activity with AWS SES SMTP account.

Configure the SMTP Mail Activity with an AWS SES SMTP account:

  1. The Sender's email address must be verified with Amazon SES. (Alternatively, the domain that the email address belongs to must be verified in Amazon SES.)
  2. The Recipient's email address must be verified.
  3. The Logon Email input for the activity will be the 20-character AWS SES User Name
  4. The Logon Password or SecurePassword input for the activity will be the AWS SES SMTP Password that was created in AWS as specified in Obtaining Amazon SES SMTP credentials.
  5. The Host Server input for the activity will be the region where your AWS SES service resides. Amazon Simple Email Service endpoints
  6. The Host Port input for the activity will be one of the ports found on the Account dashboard for the Amazon SES service. The default ports that can be used are typically 25, 587, or 2587. Connecting to an Amazon SES SMTP endpoint

Note:

The AWS SES User Name and Password are not the same as the credentials used to sign in to the Amazon SES console. To generate an SMTP user name and password for the AWS SES SMTP service, see Obtaining Amazon SES SMTP credentials .

The default TLS Wrapper Ports (not listed above) are typically 465 or 2465 .

As mentioned above, the Sender and Recipient's email addresses (or domains) must be verified in AWS SES. The example below shows email addresses that have been verified.

For Additional Reference, refer to Using the Amazon SES SMTP interface to send email .