summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-05-26 11:27:42 -0400
committerjustauser <[email protected]>2013-05-26 11:27:42 -0400
commit6dd01fcea230dc96bd3955aa74cf16aa1c5c17ca (patch)
tree8c5084e9a7e0ba790d99803f8582546f3be24c2f /config.php-dist
parentdf2655e01566f3c59337a020b1d70054ff585d75 (diff)
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
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) ***
// ***************************************