git-send-email: add support for TLS via Net::SMTP::SSL
commitf6bebd121ac531871c4cee576b0baf6814099425
authorThomas Rast <trast@student.ethz.ch>
Wed, 25 Jun 2008 19:42:43 +0000 (25 21:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 05:34:32 +0000 (25 22:34 -0700)
treed67476ef9d5cc8ec52c6fc6df5aa493f5e20e891
parent85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd
git-send-email: add support for TLS via Net::SMTP::SSL

We do this by handing over the Net::SMTP instance to Net::SMTP::SSL,
which avoids Net::SMTP::TLS and its weird error checking.  This trick
is due to Brian Evins.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl