Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
xdiff: PATIENCE/HISTOGRAM are not independent option bits
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 6885dfa1b9b4448a2a75583abcc25ff14a887044..d491db92c9379cf0eea63182dd704feb6582b6e7 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-1098,7
+1098,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;
}