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.
| Name | Value |
|---|---|
| NOTIFICATIONS_SMTP_ENABLED | Whether or not to send notifications via this notifier. Default: false |
| NOTIFICATIONS_SMTP_RECIPIENT | The list of email addresses to send notifications to. Separate multiple email addresses with a comma. Default: none |
| NOTIFICATIONS_SMTP_HOST | The Url to your SMTP instance. Default: none |
| NOTIFICATIONS_SMTP_PORT | The port used by your SMTP instance. Default: 587 |
| NOTIFICATIONS_SMTP_USERNAME | The username used to authenticate with your instance. Default: none |
| NOTIFICATIONS_SMTP_PASSWORD | The password used to authenticate with your instance. Default: none |
| NOTIFICATIONS_SMTP_FROM | The email address used as the sender address. Default: none |
| NOTIFICATIONS_SMTP_DISPLAYNAME | The user friendly name to appear as the sender. Default: "Memtly" |
| NOTIFICATIONS_SMTP_USE_SSL | Whether or not to use secure SSL. Default: true |