mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
digest: Enable server level setting for sending digest emails.
This commit is contained in:
parent
d474a41c03
commit
b82ae987ef
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user