Skip to main content
Version: next

Email

Overview

The Email tab configures the platform's SMTP mail server connection. Once configured, the platform can send system emails. The tab has a built-in test email feature, allowing you to verify immediately whether the configuration works.

At the core of the email configuration is a master switch ("Enable email") — only after it is turned on do the detailed SMTP settings appear below; when it is off, the email feature is completely disabled.

Configuration Items

There are conditional dependencies between configuration items — some fields are shown or become required only after a specific switch is turned on. The sections below describe them by hierarchy.

Master Switch

Enable Email

PropertyDescription
Business meaningThe master switch for email functionality — the platform can send emails only after this is turned on
When usedTurn on when you need system email functionality; turn off when not needed temporarily
Default valueOff
This is a prerequisite for all email configuration

All SMTP configuration items below appear only after this switch is turned on. When it is off they are all hidden, and email functionality is completely disabled.

SMTP Connection Configuration

After enabling email, the following configuration items appear:

SMTP Host

PropertyDescription
Business meaningThe hostname or IP address of the SMTP server
ConditionRequired after email is enabled
Examplesmtp.gmail.com, smtp.qq.com, 192.168.1.10

SMTP Port

PropertyDescription
Business meaningThe port number of the SMTP server
Value range1 – 65535
Default value25
Common ports25 (plaintext), 465 (SSL/TLS), 587 (STARTTLS)

The port must be used in conjunction with the "SMTP security mode" below.

SMTP Security Mode

PropertyDescription
Business meaningThe encryption method for the SMTP connection
Available valuesNone, STARTTLS, SSL/TLS
Default valueNone
Security modeCorresponding portMeaning
None25No encryption; plaintext transmission (use only on intranet or test environments)
STARTTLS587Starts as plaintext, then upgrades to encrypted (recommended)
SSL/TLS465End-to-end encrypted connection

Verify SSL Certificate

PropertyDescription
Business meaningWhether to verify the SMTP server's SSL/TLS certificate
When usedShown when the security mode is not "None"; needs to be turned off when using self-signed certificates
Default valueOff
Self-signed certificates

If the SMTP server uses a self-signed certificate (common for internal mail servers), turn this option off, otherwise the connection will be rejected due to certificate validation failure. For public email services (such as Gmail, QQ Mail), we recommend turning it on.

SMTP Authentication Configuration (shown after authentication is enabled)

SMTP Authentication

PropertyDescription
Business meaningWhether to use username / password for SMTP authentication
When usedMost public email services require authentication; can be turned off for internal anonymous relay
Default valueOff

After enabling SMTP authentication, the following two fields appear:

SMTP Username

PropertyDescription
Business meaningThe username for SMTP authentication (usually the email address)
ConditionRequired after authentication is enabled
Exampleuser@example.com

SMTP Password

PropertyDescription
Business meaningThe password or app-specific password for SMTP authentication
ConditionRequired after authentication is enabled
DisplayShows ******** mask when configured
App-specific passwords

Some email providers (such as Gmail, QQ Mail) do not allow the direct use of the login password for SMTP authentication; you must generate an "app-specific password" or "authorization code". Refer to the respective provider's documentation to obtain one.

Sender Configuration

Sender Address

PropertyDescription
Business meaningThe "From" email address for all outgoing emails
ConditionRequired after email is enabled
FormatA valid email address
Examplenoreply@example.com

Sender Name

PropertyDescription
Business meaningThe "From" display name for outgoing emails (the name seen by recipients)
Default valueITOM Platform
ExampleOperations Platform, ITOM Admin

Test Email

After enabling email, a "Send Test Email" panel appears below the SMTP configuration area — used to verify whether the current SMTP configuration can send emails properly.

Common Error Troubleshooting

Error messagePossible causeSolution
SMTP host not foundHostname is misspelled or DNS cannot resolve itCheck whether the "SMTP Host" address is correct
Connection refusedWrong port number or blocked by firewallCheck whether the "SMTP Port" and "Security mode" match
Connection timeoutNetwork unreachable or slow server responseCheck network connectivity, or try again later
SMTP authentication failedWrong username or passwordCheck username / password, or use an app-specific password
SSL/TLS connection errorCertificate issue or security mode mismatchCheck the "Security mode" and "Verify SSL certificate" settings
Network unreachableThe platform server cannot reach the SMTP serverCheck network egress, proxy, or firewall rules
Save before testing

The test email uses the already saved SMTP configuration, not the current unsaved changes. Therefore, after modifying the SMTP configuration you must click "Save" first, then send a test email.