Skip to main content
Techulus Cloud can send email alerts when things go wrong. Alerts are delivered via SMTP to a configurable list of recipients.

Alert Types

AlertTrigger
Server offlineA server stops reporting to the control plane
Build failureA container image build fails
Deployment failureA deployment fails during rollout
Deployment movedA deployment is moved to a different server

Configuration

Add the following environment variables to the control plane:
VariableDescription
SMTP_ENABLEDSet to true to enable alerts
SMTP_HOSTSMTP server hostname
SMTP_PORTSMTP port (e.g., 587)
SMTP_USERNAMESMTP authentication username
SMTP_PASSWORDSMTP authentication password
SMTP_ENCRYPTIONstarttls or tls
SMTP_FROM_NAMESender display name (e.g., Techulus Cloud)
SMTP_FROM_ADDRESSSender email address
SMTP_TIMEOUTConnection timeout in milliseconds (default: 10000)
SMTP_ALERT_EMAILSComma-separated list of recipient email addresses
Works with any SMTP provider — Amazon SES, Resend, Mailgun, Postmark, or your own mail server.