Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jm/maint-gitweb-filter-forks-fix' into maint
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 98ab33aae7e35c2d288bc34ddb2bbc71f8a16cdd..5790744ae3fd89f83a229f964a5603df94e05c83 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-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;
}