author | Eric Wong <normalperson@yhbt.net> | |
Mon, 15 May 2006 09:34:44 +0000 (02:34 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 15 May 2006 19:13:57 +0000 (12:13 -0700) | ||
commit | aca7ad7628ce72afbd1d0d99778c9a5c9cac7a7a | |
tree | eb7ef4402b0201244ef0f27aebcfaf54a0bff4e2 | tree | snapshot |
parent | de1d4fa2a1273e09c32653c7a21602e36223348c | commit | diff |
send-email: allow sendmail binary to be used instead of SMTP
This should make local mailing possible for machines without
a connection to an SMTP server.
It'll default to using /usr/sbin/sendmail or /usr/lib/sendmail
if no SMTP server is specified (the default). If it can't find
either of those paths, it'll fall back to connecting to an SMTP
server on localhost.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This should make local mailing possible for machines without
a connection to an SMTP server.
It'll default to using /usr/sbin/sendmail or /usr/lib/sendmail
if no SMTP server is specified (the default). If it can't find
either of those paths, it'll fall back to connecting to an SMTP
server on localhost.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl | diff | blob | history |