digest: Enable server level setting for sending digest emails.

This commit is contained in:
Puneeth Chaganti 2019-05-08 11:28:57 +05:30 committed by Tim Abbott
parent d474a41c03
commit b82ae987ef

View File

@ -431,9 +431,8 @@ DEFAULT_SETTINGS.update({
# because some transactional email providers reject sending such
# emails since they can look like spam.
'SEND_MISSED_MESSAGE_EMAILS_AS_USER': False,
# Whether to send periodic digests of activity. Off by default
# because this feature is in beta.
'SEND_DIGEST_EMAILS': False,
# Whether to send periodic digests of activity.
'SEND_DIGEST_EMAILS': True,
# Used to change the Zulip logo in portico pages.
'CUSTOM_LOGO_URL': None,