summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a78d07)
raw | patch | inline | side by side (parent: 3a78d07)
author | Michael Witten <mfwitten@gmail.com> | |
Mon, 13 Apr 2009 18:23:48 +0000 (13:23 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 14 Apr 2009 08:55:38 +0000 (01:55 -0700) |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt | patch | blob | history |
index 7b87d6e1da8b770d772baaec39eeb720ede40f9f..f7e428eb50292e2a186cd903fa4610f446c3890f 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). This can be set with 'sendemail.smtpserverport'.
+ 465); symbolic port names (e.g. "submission" instead of 465)
+ are also accepted. The port can also be set with the
+ 'sendemail.smtpserverport' configuration variable.
--smtp-ssl::
Legacy alias for '--smtp-encryption ssl'.