commit | 44b2476a1278c87d6985993b5e6fd45f1e5f08f2 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Sep 25 17:27:54 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 26 13:27:45 2007 -0700 |
tree | de7e8adce81dacac56fb7604170ebdbc45ec202e | |
parent | 5166810b1e16b22e342f2181a3535e70c6e7a119 [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>