forked from External/greenlight
Add flag to enable/disable mail notifications
This commit is contained in:
@ -20,7 +20,10 @@ GREENLIGHT_USE_WEBHOOKS=false
|
||||
# The web site domain, needed for emails mostly
|
||||
GREENLIGHT_DOMAIN=localhost
|
||||
|
||||
# SMTP configurations
|
||||
# Enable email notifications
|
||||
GREENLIGHT_MAIL_NOTIFICATIONS=true
|
||||
|
||||
# Email configurations
|
||||
SMTP_FROM=email@gmail.com
|
||||
SMTP_SERVER=smtp.gmail.com
|
||||
SMTP_DOMAIN=gmail.com
|
||||
|
Reference in New Issue
Block a user