X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-send-email.perl;h=d491db92c9379cf0eea63182dd704feb6582b6e7;hb=57cf4ad6e82af6aaa38bb215ea35ea9c465c6045;hp=6885dfa1b9b4448a2a75583abcc25ff14a887044;hpb=7f8a9387fd28b1cc4029bb8a8d66cd577d8dd1e3;p=git.git diff --git a/git-send-email.perl b/git-send-email.perl index 6885dfa1b..d491db92c 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -1098,7 +1098,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; }