automation-suite
2024.10
true
- Getting started
- Host administration
- Organizations
- Tenants and services
- Authentication and security
- Licensing
- Accounts and roles
- External applications
- Notifications
- About notifications
- Managing notifications
- Custom email settings
- Logging
- Troubleshooting
Custom email settings

Automation Suite Admin Guide
Last updated Feb 10, 2025
Custom email settings
To configure custom email settings for your own SMTP server, provide the necessary information for your SMTP configuration.
Setting |
Description |
Example |
Hostname | The SMTP server that handles the sending of your emails. |
Smtp.office.com |
Domain | The email server responsible for handling emails. |
Provider.com |
Port | The communication port used for sending emails. Port 25 is commonly used, but some email providers also offer ports like 587. |
25 |
Timeout | Maximum 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 encryption | When enabled, it ensures that sensitive data remains confidential during transit. |
N/A |
Require authentication |
When enabled, you should provide valid credentials (username and password) before the system is allowed to send emails through the SMTP server. |
Username: name@name.com Password: ******** |
Sender address | The 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. |
admin@mydomain.com |
Sender name | The 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 |