]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: Change from Mail::Sendmail to Net::SMTP
authorEric Wong <normalperson@yhbt.net>
Sun, 26 Mar 2006 01:20:48 +0000 (17:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 01:41:06 +0000 (17:41 -0800)
commit4bc87a28be020a6bf7387161c65ea3d8e4a0228b
treed1841505495733994a0eb3b4a218ba6f5293d9e1
parent72095d5c3779344de13c47a8b1cb163b2d94126e
send-email: Change from Mail::Sendmail to Net::SMTP

Net::SMTP is in the base Perl distribution, so users are more
likely to have it.  Net::SMTP also allows reusing the SMTP
connection, so sending multiple emails is faster.

[jc: tweaked X-Mailer further while we are at it.]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl