|
|
@ -11,9 +11,9 @@ |
|
|
|
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours'); |
|
|
|
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours'); |
|
|
|
// Subject line for email digests |
|
|
|
// Subject line for email digests |
|
|
|
|
|
|
|
|
|
|
|
define('SMTP_HOST', 'localhost'); |
|
|
|
define('SMTP_SERVER', ''); |
|
|
|
define('SMTP_PORT', '25'); |
|
|
|
// Hostname:port combination to send outgoing mail (i.e. localhost:25). |
|
|
|
// SMTP Host to send outgoing mail. Blank - use system MTA. |
|
|
|
// Blank - use system MTA. |
|
|
|
|
|
|
|
|
|
|
|
define('SMTP_LOGIN', ''); |
|
|
|
define('SMTP_LOGIN', ''); |
|
|
|
define('SMTP_PASSWORD', ''); |
|
|
|
define('SMTP_PASSWORD', ''); |
|
|
|