Skip to content

Commit

Permalink
Document send-email --smtp-domain
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brian Gernhardt authored and Junio C Hamano committed Apr 10, 2010
1 parent 59a8630 commit 79ca070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/git-send-email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79ca070

Please sign in to comment.