Update email sender address

Fix Validation emails not being sent bug, and sender email
is set to noreply@openstack.org

Change-Id: I04f3bd2137e257f077a73a8cc0fc37b9a376d598
Closes-Bug: #1442317
This commit is contained in:
Marton Kiss 2015-04-10 21:00:35 +02:00
parent 6ec0ed81c8
commit 351ade0437
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ DATABASES = {
}
#outgoing mail server settings
SERVER_EMAIL = 'openstack@ask.openstack.org'
DEFAULT_FROM_EMAIL = 'openstack@ask.openstack.org'
SERVER_EMAIL = 'noreply@openstack.org'
DEFAULT_FROM_EMAIL = 'noreply@openstack.org'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_SUBJECT_PREFIX = ''
@ -413,4 +413,4 @@ JINJA2_EXTENSIONS = ('compressor.contrib.jinja2ext.CompressorExtension',)
# fail spuriously in MySQL.
SOUTH_TESTS_MIGRATE = False
VERIFIER_EXPIRE_DAYS = 3
VERIFIER_EXPIRE_DAYS = 3