Files
zulip/help/digest-emails.md
Lauryn Menard dedea23745 help-docs: Move help center documentation to top level directory.
These files are not Jinja2 templates, so there's no reason that they needed
to be inside `templates/zerver`. Moving them to the top level reflects their
importance and also makes it feel nicer to work on editing the help center content, 
without it being unnecessary buried deep in the codebase.
2023-01-25 14:08:29 -08:00

28 lines
853 B
Markdown

# Weekly digest emails
{!admin-only.md!}
Zulip has a beta feature to send weekly emails to users who haven't
been active for 5 or more days. These emails include details on new
streams created and highlights of traffic (of subscribed streams) that
can intrigue users.
This feature is disabled by default, but an organization administrator
can enable it for their organization. Individual users can opt-out in
organizations that have enabled it.
You can view a sample digest email for your account in HTML and
plain-text formats by visiting `https://zulip.example.com/digest/`,
if `https://zulip.example.com` is your Zulip server URL.
## Enable digest emails for an organization
{start_tabs}
{settings_tab|organization-settings}
1. Under **Automated messages and emails**, toggle
**Send weekly digest emails to inactive users**.
{end_tabs}