Skip to content

System Configuration

System configuration is used to set global platform parameters, including email service, notification settings, etc.

Email Service Configuration

Configure the SMTP mail server for:

  • Sending notification emails
  • User password reset (if supported)

Configuration Steps

  1. Go to "System Management" → "System Configuration" → "Email Settings"
  2. Fill in the SMTP configuration:
Configuration ItemDescriptionExample
SMTP ServerMail server addresssmtp.gmail.com
SMTP PortService port465 (SSL) / 587 (TLS)
EncryptionSSL / TLS / NoneSSL
Sender EmailEmail address for sending notificationstestnet@yourcompany.com
Sender NameDisplayed sender nameTestNet Notifications
AccountSMTP authentication accountUsually the same as the sender email
PasswordSMTP authentication passwordSMTP authorization code
  1. Click "Send Test Email" to verify the configuration is correct
  2. Save configuration

Common Email Provider Configurations

text
SMTP Server: smtp.gmail.com
Port: 465 (SSL) or 587 (TLS)
Account: Your Gmail address
Password: App-specific password (generate after enabling 2-step verification)
text
SMTP Server: smtp.exmail.qq.com
Port: 465 (SSL)
Account: Enterprise email address
Password: Email password
text
SMTP Server: smtp.mxhichina.com
Port: 465 (SSL)
Account: Enterprise email address
Password: Email password

System Parameters

Go to "System Parameters" to configure:

ParameterDescription
Task TimeoutGlobal default task timeout
Max Concurrent TasksMaximum concurrent tasks per node
Log Retention DaysTask log retention period

Released under the MIT License