mirror of https://github.com/zulip/zulip.git
prod_settings_template: Update description of NOREPLY_EMAIL_ADDRESS.
This commit is contained in:
parent
85d38bd17b
commit
2012913cc1
|
@ -74,8 +74,9 @@ EMAIL_HOST = 'smtp.gmail.com'
|
||||||
EMAIL_HOST_USER = ''
|
EMAIL_HOST_USER = ''
|
||||||
EMAIL_PORT = 587
|
EMAIL_PORT = 587
|
||||||
EMAIL_USE_TLS = True
|
EMAIL_USE_TLS = True
|
||||||
# The noreply address to be used as Reply-To for certain generated emails.
|
# The noreply address to be used as the sender for certain generated emails.
|
||||||
# Messages sent to this address should not be delivered anywhere.
|
# Messages sent to this address could contain sensitive user data and should
|
||||||
|
# not be delivered anywhere.
|
||||||
NOREPLY_EMAIL_ADDRESS = "Zulip <noreply@example.com>"
|
NOREPLY_EMAIL_ADDRESS = "Zulip <noreply@example.com>"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue