Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Configuring the SMTP server

To configure the SMTP server so that you can reset your password through your email, go to the Settings page and access the Mail tab. You need to fill in the following fields:

FieldValue
Enable email alertsEnabled
Use default credentialsDisabled
Enable SSLEnabled
SMTP HostYour host domain.
SMTP PortThe associated SMTP Host port.
SMTP UsernameThe account from which the reset password email is sent.
SMTP PasswordThe password for the SMTP Username account.
Default From AddressOptional. The email address to send mail messages from. It has to be the same one used in SMTP Username.
Default From Display NameOptional. A display name for the email address.

When all fields are properly filled in click Save to update the changes.

Configuring the SMTP Server for a Google Account

Configuring the SMTP Server for a Google Account is not very different from any regular configuration. In Orchestrator, in the Settings page, in the Mail tab, configure the settings as follows:

  1. Select the Enable email alerts check box.
  2. Select the Enable SSL check box.
  3. Clear the Use default credentials check box.
  4. SMTP Host - smtp.gmail.com (Google SMTP server).
  5. SMTP Port - 587 (default Google SMTP port).
  6. SMTP Username - The email address to send mail messages from. For example, your_username@gmail.com.
  7. SMTP Password - The app password for the email address you want to use. It has to be the password of the account that was specified in the SMTP Username field.
  8. Default From Address - The email address to send mail messages from. It has to be the same one as the one used in the SMTP Username field, in our case your_username@gmail.com.
  9. Default From Display Name - A display name for the email address.
  10. When all fields are properly filled in, click Save to update the changes.

Note that if you use a Google SMTP Username account, you also need to do the following:

  1. Open a web browser and log into Google with the credentials used in the SMTP Username and SMTP Password fields.
  2. Allow Orchestrator to access the account by clicking this link.
  3. Allow less secure apps by following this link and turning the Allow less secure apps option ON. Note: If your account has 2-step verification activated, this step is not required.

This ensures that the password reset request is properly processed and delivered from the email address configured in the Mail tab to the one configured in the Users page of the user making the request.

1713

A user can reset his/her password as instructed here.

Updated 3 years ago



Configuring the SMTP server


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.