author | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Sep 2007 00:27:54 +0000 (17:27 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Sep 2007 20:27:45 +0000 (13:27 -0700) | ||
commit | 44b2476a1278c87d6985993b5e6fd45f1e5f08f2 | |
tree | de7e8adce81dacac56fb7604170ebdbc45ec202e | tree | snapshot |
parent | 5166810b1e16b22e342f2181a3535e70c6e7a119 | commit | diff |
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>
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>
Documentation/git-send-email.txt | diff | blob | history | |
git-send-email.perl | diff | blob | history |