Mail settings for pdc.

This commit is contained in:
Ralph Bean 2016-01-12 11:52:38 -05:00
parent 5a2755e974
commit e0049f77c8

View file

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