Git 1.7.7.3
[gitweb.git] / git-send-email.perl
index 98ab33aae7e35c2d288bc34ddb2bbc71f8a16cdd..5790744ae3fd89f83a229f964a5603df94e05c83 100755 (executable)
@@ -1079,7 +1079,7 @@ sub send_message {
                                        $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;
                                }