diff options
author | Wesley J. Landaker <wjl@icecavern.net> | 2009-07-30 17:08:53 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-31 08:39:07 -0700 |
commit | a4782b3d6e298488d2265b6a24cab5aab876f37e (patch) | |
tree | 96cb67a18f477791d1cc762f664efe5b2dbbaa6c /Documentation/git-send-email.txt | |
parent | 79559f27be7e2963213d840a857dee92c579843f (diff) | |
download | git-a4782b3d6e298488d2265b6a24cab5aab876f37e.tar.gz |
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 <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index d6b192b7b9..1c943510ad 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -143,7 +143,7 @@ user is prompted for a password while the input is masked for privacy. --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. |