From b9863a153c4a9295c3ddd214c1c1d21aa4807221 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 16:40:04 +0400 Subject: unify SMTP_HOST and SMTP_PORT as SMTP_SERVER --- config.php-dist | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'config.php-dist') 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 -- cgit v1.2.3