Skip to content

Commit 79ca070

Browse files
Benabikgitster
authored andcommitted
Document send-email --smtp-domain
Signed-off-by: Brian Gernhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59a8630 commit 79ca070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-send-email.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Sending
119119
value reverts to plain SMTP. Default is the value of
120120
'sendemail.smtpencryption'.
121121

122+
--smtp-domain=<FQDN>::
123+
Specifies the Fully Qualified Domain Name (FQDN) used in the
124+
HELO/EHLO command to the SMTP server. Some servers require the
125+
FQDN to match your IP address. If not set, git send-email attempts
126+
to determine your FQDN automatically.
127+
122128
--smtp-pass[=<password>]::
123129
Password for SMTP-AUTH. The argument is optional: If no
124130
argument is specified, then the empty string is used as

0 commit comments

Comments
 (0)