HyperKitty: set a sender email address for errorlog emails
This commit is contained in:
parent
3fa5aaeeba
commit
59eacdb5d9
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ DEBUG = False
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('HyperKitty Admin', 'abompard@fedoraproject.org'),
|
('HyperKitty Admin', 'abompard@fedoraproject.org'),
|
||||||
)
|
)
|
||||||
|
SERVER_EMAIL = 'root@fedoraproject.org'
|
||||||
|
|
||||||
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
||||||
# See https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts
|
# See https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue