Add option to configure SMTP HELO hostname

This commit is contained in:
sxntxn
2020-07-08 05:39:23 +02:00
committed by GitHub
parent 6c4665b3ca
commit 26618f525b
3 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ define('MAIL_SMTP_HOSTNAME', '');
define('MAIL_SMTP_PORT', 25);
define('MAIL_SMTP_USERNAME', '');
define('MAIL_SMTP_PASSWORD', '');
define('MAIL_SMTP_HELO_NAME', null); // valid: null (default), or FQDN
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"