blob: 42bc5645cf021c3f7113c592a69da1769639a531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Email Digests
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/supahgreg/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.
|