diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:37:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:37:34 -0700 |
commit | daa81c4a4a48a76e542293c025972e6a870fec9b (patch) | |
tree | 66ae06b7eaddd47f1d045eafdbcb04f01eee6c2a /Documentation/git-send-email.txt | |
parent | 909376a1c9078b7bb7b420113efa956b130e8809 (diff) | |
parent | 69cf7bfd131ae6246931459a1e6513d51f0b0119 (diff) | |
download | git-daa81c4a4a48a76e542293c025972e6a870fec9b.tar.gz |
Merge branch 'bg/send-email-smtpdomain'
* bg/send-email-smtpdomain:
send-email: Cleanup smtp-domain and add config
Document send-email --smtp-domain
send-email: Don't use FQDNs without a '.'
send-email: Cleanup { style
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 3dfdc7cca6..12622fc49a 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -119,6 +119,13 @@ 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. Default is the value of + 'sendemail.smtpdomain'. + --smtp-pass[=<password>]:: Password for SMTP-AUTH. The argument is optional: If no argument is specified, then the empty string is used as |