blob: 4f7b629ad01c6bec979754d9fe9456fe91c0de29 (
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.
!!! notice
[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.
|