diff options
author | Brian Gernhardt <brian@gernhardtsoftware.com> | 2010-04-10 10:53:55 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-10 13:01:21 -0700 |
commit | 79ca070ce5927e9cfc535e195b9082eb7dc5c55c (patch) | |
tree | b5bd68fad5ff48c94be8c0447a125bfda3a21737 /Documentation | |
parent | 59a8630338ea0173b9777eb9b3e3c9185643efb1 (diff) | |
download | git-79ca070ce5927e9cfc535e195b9082eb7dc5c55c.tar.gz git-79ca070ce5927e9cfc535e195b9082eb7dc5c55c.tar.xz |
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')
-rw-r--r-- | Documentation/git-send-email.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index ced35b2f5..f171471e6 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 |