Clarify the comment about MAIL_SMTP_ENCRYPTION
This commit is contained in:
parent
3a421fe15e
commit
39e579e427
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue