1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

tweak html digest template (add excerpt)

This commit is contained in:
Andrew Dolgov
2007-10-30 08:13:06 +01:00
parent c62a2c21ba
commit 163a295e51
4 changed files with 12 additions and 9 deletions

View File

@@ -149,7 +149,8 @@
define('DIGEST_FROM_NAME', 'Tiny Tiny RSS');
define('DIGEST_FROM_ADDRESS', 'noreply@your.domain.dom');
// Name and address for sending email digests from.
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
// Name, address and subject for sending email digests from.
define('DIGEST_SMTP_HOST', '');
// SMTP Host to send digests. When blank tt-rss uses
@@ -160,7 +161,7 @@
// These two options enable SMTP authentication when sending
// digests. Require DIGEST_SMTP_HOST.
define('CONFIG_VERSION', 10);
define('CONFIG_VERSION', 11);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).