orchestrator
2025.10
true
UiPath logo, featuring letters U and I in white

Orchestrator user guide

Last updated Mar 24, 2026

Custom email settings

To configure custom email settings for your own SMTP server, provide the necessary information for your SMTP configuration, as described in the following table:

SettingDescriptionExample
HostnameThe SMTP server that handles the sending of your emails.Smtp.office.com
DomainThe email server responsible for handling emails.Provider.com
PortThe communication port used for sending emails. Port 25 is commonly used, but some email providers also offer ports like 587.25
TimeoutMaximum duration that the system waits for a response from the SMTP server. If the server does not respond within the specified timeout period, the attempt is considered unsuccessful.180,000 ms
Use TLS encryptionWhen enabled, it ensures that sensitive data remains confidential during transit.N/A
Require authenticationWhen enabled, you should provide valid credentials (username and password) before the system is allowed to send emails through the SMTP server.Username: [email protected] Password: ********
Sender addressThe email address that is used as the source of the emails being sent. It represents the identity of the sender and is displayed in the recipient's inbox as the address from which the email originated.[email protected]
Sender nameThe human-readable name associated with the sender's email address. It appears alongside the sender's email address in the recipient's inbox.mydomain.com mailer

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated