Skip to main content

Notifications

The Notifications tab sets up your email provider for sending system notifications, password resets, and other transactional emails. Go to SettingsNotifications to access these settings.

Email provider

Set the SMTP settings for outbound email.

SettingDescription
Provider TypeEmail service provider. Supports SMTP.
SMTP ServerSMTP server hostname (for example, smtp.example.com).
PortSMTP server port (common: 587 for TLS, 465 for SSL, 25 for unencrypted).
UsernameSMTP authentication username.
PasswordSMTP authentication password.
SenderEmail address used as the "From" address (for example, noreply@example.com).
Secure ConnectionWhen 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.