blob: 9966cec27d6f65d336718fb851f6fccbdec9eb55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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.
|