Mail settings for pdc.
This commit is contained in:
parent
5a2755e974
commit
e0049f77c8
1 changed files with 2 additions and 2 deletions
|
@ -74,13 +74,13 @@ def get_setting(setting):
|
||||||
# ======== Email configuration =========
|
# ======== Email configuration =========
|
||||||
# Email addresses who would like to receive email
|
# Email addresses who would like to receive email
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
|
# TODO -- eventually replace this with admin.fp.o
|
||||||
('PDC Admins', 'rbean@redhat.com'),
|
('PDC Admins', 'rbean@redhat.com'),
|
||||||
('PDC Admins', 'pingou@fedoraproject.org'),
|
|
||||||
)
|
)
|
||||||
MANAGERS = ADMINS
|
MANAGERS = ADMINS
|
||||||
|
|
||||||
# Email SMTP HOST configuration
|
# Email SMTP HOST configuration
|
||||||
EMAIL_HOST = 'localhost'
|
EMAIL_HOST = 'bastion'
|
||||||
# Email sender's address
|
# Email sender's address
|
||||||
SERVER_EMAIL = 'nobody@fedoraproject.org'
|
SERVER_EMAIL = 'nobody@fedoraproject.org'
|
||||||
EMAIL_SUBJECT_PREFIX = '[PDC]'
|
EMAIL_SUBJECT_PREFIX = '[PDC]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue