Skip to content

Commit a4782b3

Browse files
wjlgitster
authored andcommitted
Documentation: git-send-email: fix submission port number
The current documentation confuses non-standard SSL smtp port 465 with submission port 587 (RFC 4406). This patch just changes the referenced number. Signed-off-by: Wesley J. Landaker <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 79559f2 commit a4782b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ user is prompted for a password while the input is masked for privacy.
143143
--smtp-server-port=<port>::
144144
Specifies a port different from the default port (SMTP
145145
servers typically listen to smtp port 25 and ssmtp port
146-
465); symbolic port names (e.g. "submission" instead of 465)
146+
465); symbolic port names (e.g. "submission" instead of 587)
147147
are also accepted. The port can also be set with the
148148
'sendemail.smtpserverport' configuration variable.
149149

0 commit comments

Comments
 (0)