mirror of
https://github.com/tt-rss/tt-rss.github.io.git
synced 2026-09-18 14:11:46 +00:00
cdfec4532d
Also some minor content tweaks.
19 lines
565 B
Markdown
19 lines
565 B
Markdown
---
|
|
layout: default
|
|
title: Email Digests
|
|
parent: Features
|
|
---
|
|
|
|
Users may opt into receiving daily (sent once every 24 hours) digests of unread headlines via email.
|
|
|
|
Digests are sent out by the update daemon or if running <code>update.php —feeds</code>
|
|
manually. At most 15 messages are sent in one batch.
|
|
|
|
{: .note }
|
|
> [PHPMailer plugin](https://github.com/tt-rss/tt-rss-plugin-mailer-smtp) is required to send mail under Docker.
|
|
|
|
|
|
* Digests may be customized by editing ``templates/digest_template*.txt``.
|
|
* You can preview your digest contents in preferences.
|
|
|