diff options
Diffstat (limited to 'Email-Digests.md')
| -rw-r--r-- | Email-Digests.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Email-Digests.md b/Email-Digests.md new file mode 100644 index 0000000..4f7b629 --- /dev/null +++ b/Email-Digests.md @@ -0,0 +1,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.
+
|