Clarify the comment about MAIL_SMTP_ENCRYPTION

This commit is contained in:
FUJII Ryota 2019-02-24 16:23:43 +09:00 committed by fguillot
parent 3a421fe15e
commit 39e579e427
1 changed files with 1 additions and 1 deletions

View File

@ -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');