1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

implement support for daily digests

This commit is contained in:
Andrew Dolgov
2006-08-21 07:43:38 +01:00
parent 144a5ef8bc
commit 9cd7c995e7
5 changed files with 63 additions and 6 deletions

View File

@@ -75,8 +75,8 @@
define('MAIL_RESET_PASS', true);
// Send mail to user on password reset
define('MAIL_FROM', 'TT-RSS Daemon <noreply@ttrss.your-shiny-host.org>');
// Pretty obvious, I suppose.
define('MAIL_FROM', 'TT-RSS Daemon <noreply@some.ttrss.host.dom>');
// Pretty obvious, I suppose. Used for email digests & password notifications.
define('ENABLE_FEED_BROWSER', true);
// Enable or disable local feed browser
@@ -134,9 +134,12 @@
define('USE_CURL_FOR_ICONS', false);
// Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
define('DIGEST_HOSTNAME', 'madoka.spb.ru');
define('DIGEST_HOSTNAME', 'some.ttrss.host.dom');
// Hostname for email digest signature
define('DIGEST_EMAIL_LIMIT', 10);
// The maximum amount of emails sent in one digest batch
define('CONFIG_VERSION', 5);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).