We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a8630 commit 79ca070Copy full SHA for 79ca070
Documentation/git-send-email.txt
@@ -119,6 +119,12 @@ Sending
119
value reverts to plain SMTP. Default is the value of
120
'sendemail.smtpencryption'.
121
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
+
128
--smtp-pass[=<password>]::
129
Password for SMTP-AUTH. The argument is optional: If no
130
argument is specified, then the empty string is used as
0 commit comments