Skip to main content
Version: 11.5

Configuring SMTP for Email Alerts

DeskAlerts supports email as an additional delivery channel for alerts. To use this feature, the SMTP module must be enabled in your license. Once enabled, the SMTP settings section becomes available under Settings > System-wide settings > SMTP settings in the DeskAlerts dashboard.

This guide provides instructions for configuring SMTP settings for sending email alerts.


SMTP Configuration Fields

SMTP settings

Navigate to Settings > System-wide settings > SMTP settings and configure the following fields: npm

FieldDescription
SMTP serverThe hostname or IP address of your SMTP server (e.g., smtp.gmail.com, mail.company.com)
SMTP portThe port number used by your SMTP server (typically 587 for SSL/TLS, 25 for non-secure, or 465 for SSL)
Using SSLEnable this checkbox if your SMTP server requires an SSL-secured connection
Using authenticationEnable if the SMTP server requires a username and password
SMTP user nameThe login or email address used for SMTP authentication
SMTP passwordThe password (or app-specific password) for the SMTP account
FromThe email address that will appear as the sender
From Display NameThe name that will be displayed in the "From" field of the email
SMTP connect timeoutThe timeout (in milliseconds) to wait for the SMTP server to respond (default: 2000)
Enable SMTP loggingEnables saving SMTP transaction logs for monitoring purposes

Once the form is filled in:

  1. Click Save to apply your settings.
  2. Use Send test email to verify the setup. The email will be sent to the default test address configured in Settings > Common > Default settings > Email default address.
  3. Use Test SMTP server connectivity to check if the connection to the SMTP server is successful.