From 39e579e427d1d032faa15f23023b72c304d1a43e Mon Sep 17 00:00:00 2001 From: FUJII Ryota Date: Sun, 24 Feb 2019 16:23:43 +0900 Subject: Clarify the comment about MAIL_SMTP_ENCRYPTION --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index ad260cf1..40dfc2c1 100644 --- a/config.default.php +++ b/config.default.php @@ -52,7 +52,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" +define('MAIL_SMTP_ENCRYPTION', null); // Valid values are null (not a string "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