forked from External/greenlight
Allow for specification of email sender (#311)
* <Allow for configuration of email sender> * <Configure for localization> * <Added a change in verify_mail>
This commit is contained in:
@ -94,6 +94,9 @@ SMTP_PASSWORD=
|
||||
SMTP_AUTH=
|
||||
SMTP_STARTTLS_AUTO=
|
||||
|
||||
# Specify the email address that all mail is sent from
|
||||
EMAIL_SENDER=
|
||||
|
||||
# Prefix for the applications root URL.
|
||||
# Useful for deploying the application to a subdirectory, which is highly recommended
|
||||
# if deploying on a BigBlueButton server. Keep in mind that if you change this, you'll
|
||||
|
Reference in New Issue
Block a user