summaryrefslogtreecommitdiff
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorBrian Gernhardt <brian@gernhardtsoftware.com>2010-04-10 14:53:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-04-10 20:01:21 (GMT)
commit79ca070ce5927e9cfc535e195b9082eb7dc5c55c (patch)
treeb5bd68fad5ff48c94be8c0447a125bfda3a21737 /Documentation/git-send-email.txt
parent59a8630338ea0173b9777eb9b3e3c9185643efb1 (diff)
downloadgit-79ca070ce5927e9cfc535e195b9082eb7dc5c55c.zip
git-79ca070ce5927e9cfc535e195b9082eb7dc5c55c.tar.gz
git-79ca070ce5927e9cfc535e195b9082eb7dc5c55c.tar.bz2
Document send-email --smtp-domain
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index ced35b2..f171471 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -119,6 +119,12 @@ Sending
value reverts to plain SMTP. Default is the value of
'sendemail.smtpencryption'.
+--smtp-domain=<FQDN>::
+ Specifies the Fully Qualified Domain Name (FQDN) used in the
+ HELO/EHLO command to the SMTP server. Some servers require the
+ FQDN to match your IP address. If not set, git send-email attempts
+ to determine your FQDN automatically.
+
--smtp-pass[=<password>]::
Password for SMTP-AUTH. The argument is optional: If no
argument is specified, then the empty string is used as