From 249c9aef35618f620382dc9ce50d811706ccd82f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 17 Aug 2014 15:06:28 -0700 Subject: Add secure connection TLS/SSL for the SMTP transport --- config.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 9e597488..6986cd48 100644 --- a/config.default.php +++ b/config.default.php @@ -11,6 +11,7 @@ define('MAIL_SMTP_HOSTNAME', ''); define('MAIL_SMTP_PORT', 25); define('MAIL_SMTP_USERNAME', ''); define('MAIL_SMTP_PASSWORD', ''); +define('MAIL_SMTP_ENCRYPTION', null); // Valid values are "null", "ssl" or "tls" // Sendmail command to use when the transport is "sendmail" define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs'); -- cgit v1.2.3