]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: Add support for SSL and SMTP-AUTH
authorDouglas Stockwell <doug@11011.net>
Sun, 2 Sep 2007 18:06:25 +0000 (03:06 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2007 09:40:48 +0000 (02:40 -0700)
commit34cc60ce2b48f6037997543ddbab1ed9903df4a8
tree657c5ca6dfb49aab8f42c3eca0da6af05a53bf6f
parent1e61b7640d09015213dbcae3564fa27ac6a8c151
send-email: Add support for SSL and SMTP-AUTH

Allows username and password to be given using --smtp-user
and --smtp-pass. SSL use is flagged by --smtp-ssl. These are
backed by corresponding defaults in the git configuration file.

This implements Junio's 'mail identity' suggestion in a slightly
more generalised manner. --identity=$identity, backed by
sendemail.identity indicates that the configuration subsection
[sendemail "$identity"] should take priority over the [sendemail]
section for all configuration values.

Signed-off-by: Douglas Stockwell <doug@11011.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl