summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79559f2)
raw | patch | inline | side by side (parent: 79559f2)
author | Wesley J. Landaker <wjl@icecavern.net> | |
Thu, 30 Jul 2009 23:08:53 +0000 (17:08 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Jul 2009 15:39:07 +0000 (08:39 -0700) |
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 <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submission port 587 (RFC 4406). This patch just changes the referenced
number.
Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt | patch | blob | history |
index d6b192b7b9d6c7d67703b5e2984a9fed7ffcea3b..1c943510ad7433c8ff28718e3fec7a2b91626678 100644 (file)
--smtp-server-port=<port>::
Specifies a port different from the default port (SMTP
servers typically listen to smtp port 25 and ssmtp port
- 465); symbolic port names (e.g. "submission" instead of 465)
+ 465); symbolic port names (e.g. "submission" instead of 587)
are also accepted. The port can also be set with the
'sendemail.smtpserverport' configuration variable.