SMTP Server Configuration
1
Edit the environment file
cd enterprise-manager/nano .env# --- Grafana SMTP Email Settings ---
# Set to true to enable email alerting
GF_SMTP_ENABLED=true
# Your SMTP server hostname and port
GF_SMTP_HOST=smtp.example.com:587
# Credentials for your SMTP user
GF_SMTP_USER=my-email-user
GF_SMTP_PASSWORD=my-super-secret-password
# Set to true if your server uses a self-signed certificate
GF_SMTP_SKIP_VERIFY=false
# The "From" address that will appear on alert emails
GF_SMTP_FROM_ADDRESS=alerts@my-domain.com
# The display name for the sender
GF_SMTP_FROM_NAME=MariaDB Enterprise Manager2
Last updated
Was this helpful?

