Configure an SMTP mail server to send Cloudmon alarm notifications to any email address or distribution list. Supports Office 365, Gmail, and any standard SMTP server with optional TLS and authentication.
The email integration configures Cloudmon to send alarm notifications via a specified SMTP mail server. Once set up, recipients can be added individually, and alarm rules can be configured to notify them when specific conditions are met. Email notifications work alongside other notification methods such as Teams, Slack, and SMS.
| Field | Description |
| Host | The SMTP server hostname, for example smtp.office365.com for Microsoft 365 or smtp.gmail.com for Google Workspace. |
| Port | The SMTP port. Common values are 587 for STARTTLS (recommended), 465 for SSL/TLS, or 25 for unencrypted connections. |
| Use TLS (Secure) | Enable to use a TLS-encrypted connection to the mail server. Recommended for all production environments. |
| Use Authentication | Enable to authenticate with the mail server using a username and password. Required for most modern SMTP providers. |
| Username | The email address or username used to authenticate with the SMTP server, for example noreply@yourcompany.com. |
| Password | The password for the SMTP account specified above. |
| From Address | The email address that will appear in the From field of all alarm notification emails sent by Cloudmon. |
| Verify SSL Certificate | When enabled, Cloudmon verifies the SSL certificate of the SMTP server. Disable only for internal mail servers using self-signed certificates. |
When this alarm fires, Cloudmon will send an email notification to all configured recipients.