Skip to main content

SMTP

Settings Management

Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.

NameValue
NOTIFICATIONS_SMTP_ENABLEDWhether or not to send notifications via this notifier.

Default: false
NOTIFICATIONS_SMTP_RECIPIENTThe list of email addresses to send notifications to. Separate multiple email addresses with a comma.

Default: none
NOTIFICATIONS_SMTP_HOSTThe Url to your SMTP instance.

Default: none
NOTIFICATIONS_SMTP_PORTThe port used by your SMTP instance.

Default: 587
NOTIFICATIONS_SMTP_USERNAMEThe username used to authenticate with your instance.

Default: none
NOTIFICATIONS_SMTP_PASSWORDThe password used to authenticate with your instance.

Default: none
NOTIFICATIONS_SMTP_FROMThe email address used as the sender address.

Default: none
NOTIFICATIONS_SMTP_DISPLAYNAMEThe user friendly name to appear as the sender.

Default: "Memtly"
NOTIFICATIONS_SMTP_USE_SSLWhether or not to use secure SSL.

Default: true