Docs: send-email: --smtp-server-port can take symbolic ports

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael Witten
2009-04-13 13:23:48 -05:00
committed by Junio C Hamano
parent 3a78d07827
commit dd602bf8ec

View File

@ -136,7 +136,9 @@ user is prompted for a password while the input is masked for privacy.
--smtp-server-port=<port>:: --smtp-server-port=<port>::
Specifies a port different from the default port (SMTP Specifies a port different from the default port (SMTP
servers typically listen to smtp port 25 and ssmtp port 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:: --smtp-ssl::
Legacy alias for '--smtp-encryption ssl'. Legacy alias for '--smtp-encryption ssl'.