X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-send-email.perl;h=5790744ae3fd89f83a229f964a5603df94e05c83;hb=7857e3246fef2fdfa3c0fc645cd3d72ff3e6572b;hp=98ab33aae7e35c2d288bc34ddb2bbc71f8a16cdd;hpb=d48929e1c39a01cf2d909ba140110df481c8912d;p=git.git diff --git a/git-send-email.perl b/git-send-email.perl index 98ab33aae..5790744ae 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -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; }