From: Brian Gernhardt Date: Sat, 10 Apr 2010 14:53:55 +0000 (-0400) Subject: Document send-email --smtp-domain X-Git-Tag: v1.7.2-rc0~146^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79ca070ce5927e9cfc535e195b9082eb7dc5c55c;p=git.git Document send-email --smtp-domain Signed-off-by: Brian Gernhardt Signed-off-by: Junio C Hamano --- 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=:: + 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 for SMTP-AUTH. The argument is optional: If no argument is specified, then the empty string is used as