STMP
Name | Value |
---|---|
SMTP_ENABLED | Whether or not to send notifications via this notifier. Default: false |
SMTP_RECIPIENT | The list of email addresses to send notifications to. Separate multiple email addresses with a comma. Default: none |
SMTP_HOST | The Url to your SMTP instance. Default: none |
SMTP_PORT | The port used by your SMTP instance. Default: 587 |
SMTP_USERNAME | The username used to authenticate with your instance. Default: none |
SMTP_PASSWORD | The password used to authenticate with your instance. Default: none |
SMTP_FROM | The email address used as the sender address. Default: none |
SMTP_DISPLAYNAME | The user friendly name to appear as the sender. Default: "WeddingShare" |
SMTP_USE_SSL | Whether or not to use secure SSL. Default: true |