summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-16 16:40:04 +0400
committerAndrew Dolgov <[email protected]>2013-04-16 16:40:04 +0400
commitb9863a153c4a9295c3ddd214c1c1d21aa4807221 (patch)
tree8e678c85303782232633a44f530246ec6938e0c3 /config.php-dist
parentea4e11032a649596ab10006a384189445754a226 (diff)
unify SMTP_HOST and SMTP_PORT as SMTP_SERVER
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index fc999354b..5366120af 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -160,12 +160,10 @@
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
// Subject line for email digests
- define('SMTP_HOST', '');
- // SMTP Host to send outgoing mail. Blank - use system MTA.
+ define('SMTP_SERVER', '');
+ // Hostname:port combination to send outgoing mail (i.e. localhost:25).
+ // Blank - use system MTA.
- define('SMTP_PORT','');
- // SMTP port to sent outgoing mail. Default is 25.
-
define('SMTP_LOGIN', '');
define('SMTP_PASSWORD', '');
// These two options enable SMTP authentication when sending