Add new EMAIL_DEFAULT_FROM setting

This commit is contained in:
Tobias Kunze 2025-09-26 12:14:13 +02:00
parent 3ad16ce00b
commit 261cc5e750
2 changed files with 2 additions and 0 deletions

View file

@ -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'