From: Michael Witten Date: Mon, 13 Apr 2009 18:23:48 +0000 (-0500) Subject: Docs: send-email: --smtp-server-port can take symbolic ports X-Git-Tag: v1.6.4-rc0~101^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dd602bf8ec9b6ef422e5cf8a490c381c0bb037ed?ds=sidebyside Docs: send-email: --smtp-server-port can take symbolic ports Signed-off-by: Michael Witten Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 7b87d6e1da..f7e428eb50 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -136,7 +136,9 @@ user is prompted for a password while the input is masked for privacy. --smtp-server-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'.