diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-25 17:27:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-26 13:27:45 -0700 |
commit | 44b2476a1278c87d6985993b5e6fd45f1e5f08f2 (patch) | |
tree | de7e8adce81dacac56fb7604170ebdbc45ec202e /Documentation/git-send-email.txt | |
parent | 5166810b1e16b22e342f2181a3535e70c6e7a119 (diff) | |
download | git-44b2476a1278c87d6985993b5e6fd45f1e5f08f2.tar.gz |
send-email --smtp-server-port: allow overriding the default port
You can use --smtp-server-port option to specify a port
different from the default (typically, SMTP servers listen
to smtp port 25 and ssmtp port 465).
Users should be aware that sending auth info over non-ssl
connections may be unsafe or just may not work at all
depending on SMTP server config.
Signed-off-by: Glenn Rempe <glenn@rempe.us>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 1ec61affab..3727776a0b 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -91,6 +91,11 @@ The --cc option must be repeated for each user you want on the cc list. `/usr/lib/sendmail` if such program is available, or `localhost` otherwise. +--smtp-server-port:: + Specifies a port different from the default port (SMTP + servers typically listen to smtp port 25 and ssmtp port + 465). + --smtp-user, --smtp-pass:: Username and password for SMTP-AUTH. Defaults are the values of the configuration values 'sendemail.smtpuser' and |