aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-10-17 13:05:30 +0000
committerplegall <plg@piwigo.org>2013-10-17 13:05:30 +0000
commitd1a0a85520e23bf71f39fcf38eca4480a73b4975 (patch)
tree952a3f8d356d5e24d51380a3b62a41e086a763cc /include/config_default.inc.php
parente62abd7d4eaab3aafbe88189d3fbf71c4c29a7fd (diff)
feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).
Based on patch by msakik. function pwg_send_mail no longer used (all is done in pwg_mail) new param $conf['smtp_secure'] work still in progress, some obsolete code must be removed git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/config_default.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 9cc5d8bea..a23377673 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -262,6 +262,8 @@ $conf['smtp_host'] = '';
$conf['smtp_user'] = '';
$conf['smtp_password'] = '';
+// 'ssl' or 'tls'
+$conf['smtp_secure'] = null;
// check_upgrade_feed: check if there are database upgrade required. Set to
// true, a message will strongly encourage you to upgrade your database if