зеркало из https://github.com/microsoft/git.git
Merge branch 'md/smtp-tls-hello-again' into maint
* md/smtp-tls-hello-again: send-email: Honour SMTP domain when using TLS
This commit is contained in:
Коммит
ac7acaa5d9
|
@ -1079,7 +1079,7 @@ X-Mailer: git-send-email $gitversion
|
|||
$smtp_encryption = '';
|
||||
# Send EHLO again to receive fresh
|
||||
# supported commands
|
||||
$smtp->hello();
|
||||
$smtp->hello($smtp_domain);
|
||||
} else {
|
||||
die "Server does not support STARTTLS! ".$smtp->message;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче