]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-send-email.txt
Merge branch 'tr/send-email-8bit' into maint
[thirdparty/git.git] / Documentation / git-send-email.txt
index e70d9bfcdba4c803e72b6cfc8fea9d8f3287816a..c283084272090c28d5529d200a1147c9f57c639b 100644 (file)
@@ -128,6 +128,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