From 6dd01fcea230dc96bd3955aa74cf16aa1c5c17ca Mon Sep 17 00:00:00 2001 From: justauser Date: Sun, 26 May 2013 11:27:42 -0400 Subject: 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 (;) --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') 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) *** // *************************************** -- cgit v1.2.3