author | Eric Wong <normalperson@yhbt.net> | |
Sun, 26 Mar 2006 01:20:48 +0000 (17:20 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 26 Mar 2006 01:41:06 +0000 (17:41 -0800) | ||
commit | 4bc87a28be020a6bf7387161c65ea3d8e4a0228b | |
tree | d1841505495733994a0eb3b4a218ba6f5293d9e1 | tree | snapshot |
parent | 72095d5c3779344de13c47a8b1cb163b2d94126e | commit | diff |
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>
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 | diff | blob | history |