summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-03 08:07:12 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-03 08:07:12 +0000
commitbacccdab7c8f70ad9471c1b7143b08a0831f2348 (patch)
tree3a5552fa362801d03760c8eedf3566ad96a9661b /git-send-email.txt
parentf7bac37a49c6edf8fcc4c5f3b937ba3b2d8be2fd (diff)
downloadgit-htmldocs-bacccdab7c8f70ad9471c1b7143b08a0831f2348.tar.gz
Autogenerated HTML docs for v1.6.4-18-g07a4a
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index d6b192b7b..767cf4d4b 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -142,8 +142,9 @@ 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)
+ servers typically listen to smtp port 25, but may also listen to
+ submission port 587, or the common SSL smtp port 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.