Email Digests¶
Version 1.2.3 adds support for e-mailing daily news digests with unread headlines for last 24 hours (controlled by global option DIGEST_DAYS_BACK). It could be enabled per-user in preferences and requires user to have entered his email in the system.
The digests are sent out (if necessary) by update daemon (DAEMON_SENDS_DIGESTS) on the end of each update sequence or by update_feeds.php at the processing end.
Another way to send digests is to request this URL (doesn't require authentication):
http://(TTRSS_LOCATION)/backend.php?op=digestSend
Maximum of 10 emails is sent in one batch, so if you have more users you'll have to request URL or run update_feeds.php several times (controlled by global option DIGEST_EMAIL_LIMIT).
You can also test how the digest looks like for authentified user by requesting this URL:
http://(TTRSS_LOCATION)/backend.php?op=digestTest