Notifications
The Notifications tab sets up your email provider for sending system notifications, password resets, and other transactional emails. Go to Settings → Notifications to access these settings.
Email provider
Set the SMTP settings for outbound email.
| Setting | Description |
|---|---|
| Provider Type | Email service provider. Supports SMTP. |
| SMTP Server | SMTP server hostname (for example, smtp.example.com). |
| Port | SMTP server port (common: 587 for TLS, 465 for SSL, 25 for unencrypted). |
| Username | SMTP authentication username. |
| Password | SMTP authentication password. |
| Sender | Email address used as the "From" address (for example, noreply@example.com). |
| Secure Connection | When turned on, uses TLS/SSL for email transmission. |
Common SMTP configurations
Gmail
SMTP Server: smtp.gmail.com
Port: 587
Secure Connection: Enabled
SendGrid
SMTP Server: smtp.sendgrid.net
Port: 587
Secure Connection: Enabled
Amazon SES
SMTP Server: email-smtp.us-east-1.amazonaws.com
Port: 587
Secure Connection: Enabled
note
For Gmail, use an App Password rather than your regular account password.
warning
Store email credentials securely. Use environment variables for production deployments.
Related
- Settings Overview
- Automation — Trigger email notifications from automations