prod_settings_template: Update description of NOREPLY_EMAIL_ADDRESS.

This commit is contained in:
Rishi Gupta 2017-06-29 15:56:28 -07:00 committed by Greg Price
parent 85d38bd17b
commit 2012913cc1
1 changed files with 3 additions and 2 deletions

View File

@ -74,8 +74,9 @@ EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = ''
EMAIL_PORT = 587
EMAIL_USE_TLS = True
# The noreply address to be used as Reply-To for certain generated emails.
# Messages sent to this address should not be delivered anywhere.
# The noreply address to be used as the sender for certain generated emails.
# Messages sent to this address could contain sensitive user data and should
# not be delivered anywhere.
NOREPLY_EMAIL_ADDRESS = "Zulip <noreply@example.com>"