Add new EMAIL_DEFAULT_FROM setting
This commit is contained in:
parent
3ad16ce00b
commit
261cc5e750
2 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ SERVALA_EMAIL_PASSWORD=''
|
|||
# At most one of the following settings may be set to True
|
||||
SERVALA_EMAIL_TLS='False'
|
||||
SERVALA_EMAIL_SSL='False'
|
||||
SERVALA_EMAIL_DEFAULT_FROM='noreply@servala.com'
|
||||
|
||||
# If the default OrganizationOrigin is **not** the one with the database ID 1, set it here.
|
||||
SERVALA_DEFAULT_ORIGIN='1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue