summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-30 08:36:42 +0400
committerAndrew Dolgov <[email protected]>2013-05-30 08:36:42 +0400
commit1f5e9d9ab0541fbd25570d9be05bd4a487163807 (patch)
treeb053718e74a4d4ddb7bd6397416438c5d6fa0a5e /config.php-dist
parent37f00f7fcc4ad076c1a54ad890d6b86edd2185d8 (diff)
parentf766373271b4d388597f95ef2a55d028fcbca8f1 (diff)
Merge branch 'master' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-master
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 1eb4a13e4..1fdec26e4 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -172,6 +172,9 @@
// These two options enable SMTP authentication when sending
// outgoing mail. Only used with SMTP_SERVER.
+ define('SMTP_SECURE', '');
+ // used to select a secure SMTP conneciton. can be tls, ssl or enpty
+
// ***************************************
// *** Other settings (less important) ***
// ***************************************