summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 08:39:49 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 08:39:49 +0100
commit1fb2d0d86f73a1573837f3878a490453982f7425 (patch)
tree9cc38c694ce369dee3a74112da2adf4c4702bdff /config.php-dist
parent2eedeaf28c050efb92a1332a848e280275d9b48d (diff)
config: mention that DIGEST_ options may apply to all outgoing mail
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist10
1 files changed, 6 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 191d648e3..52950f80b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -149,17 +149,19 @@
define('DIGEST_FROM_NAME', 'Tiny Tiny RSS');
define('DIGEST_FROM_ADDRESS', '[email protected]');
+ // Name, address and subject for sending outgoing mail. This applies
+ // to password reset notifications, digest emails and any other mail.
+
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
- // Name, address and subject for sending email digests from.
+ // Subject line for email digests
define('DIGEST_SMTP_HOST', '');
- // SMTP Host to send digests. When blank tt-rss uses
- // PHP's default mail() function.
+ // SMTP Host to send outgoing mail. Blank - use system MTA.
define('DIGEST_SMTP_LOGIN', '');
define('DIGEST_SMTP_PASSWORD', '');
// These two options enable SMTP authentication when sending
- // digests. Require DIGEST_SMTP_HOST.
+ // outgoing mail. Require DIGEST_SMTP_HOST.
define('DAEMON_FEED_LIMIT', 100);
// Limits the amount of feeds daemon updates on one run