Mail server (SMTP)
To use email-based features, configure the mail server that will handle the traffic and define email notification groups that will receive email alerts.
Connection security
When you configure SMTP settings, the security level that you select must correspond to the security configuration of your SMTP server. To determine the appropriate SMTP security level, use the following table or contact the mail server administrator.
SMTP security levels
SMTP security level | Description |
---|---|
Insecure | No security is applied. The system sends all email messages to the SMTP server in plain text. |
SMTPS | When the connection is established, the device uses TLS/SSL to secure the connection. This protocol typically uses port 465. |
STARTTLS | The device opens an insecure connection and then uses STARTTLS to open a secure TLS/SSL conversation. This protocol typically uses the default port 25. |
STARTTTLS | The device opens a non-secure connection and then uses STARTTLS to open a secure TLS/SSL conversation. If secure communication cannot be established, the system makes a second attempt with a non-secure connection. This protocol typically uses the default port 25. |
Related topics