Skip to main content

General

Email Notifications

Send alert emails via SMTP when rules trigger.

Send automated email alerts when rules trigger. Uses standard SMTP protocol with TLS support.

Configuration Parameters

ParameterRequiredTypeDefaultDescription
SmtpServerYesstring-SMTP server hostname
SmtpPortNoint587SMTP server port
UsernameYesstring-SMTP authentication username
PasswordYesstring-SMTP authentication password
UseSslNobooltrueEnable TLS/SSL encryption
FromYesstring-Sender email address
ToYesstring-Recipient(s), comma or semicolon separated
CcNostring-CC recipients
BccNostring-BCC recipients
TitleYesstring-Email subject line
BodyYesstring-Email body content

Example Configuration

SmtpServer = smtp.gmail.com
SmtpPort = 587
Username = [email protected]
Password = ********
UseSsl = true
From = [email protected]
To = [email protected]
Title = [ALERT] Temperature Exceeded
Body = Temperature sensor reading: {value}°C

Internal Behavior

  • Timeout: 20 seconds per send attempt
  • TLS: Enabled by default for secure transmission
  • Multiple Recipients: Separate with comma (,) or semicolon (;)