From: Sergey Vlasov Date: Sun, 29 Oct 2006 19:31:38 +0000 (+0300) Subject: git-send-email: Document support for local sendmail instead of SMTP server X-Git-Tag: v1.4.4-rc1~50 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9c572b21dd090a1e5c5bb397053bf8043ffe7fb4;p=git.git git-send-email: Document support for local sendmail instead of SMTP server Fix the --smtp-server option description to match reality. Signed-off-by: Sergey Vlasov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 481b3f50e..ec0e20182 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -66,8 +66,11 @@ The options available are: all that is output. --smtp-server:: - If set, specifies the outgoing SMTP server to use. Defaults to - localhost. + If set, specifies the outgoing SMTP server to use. A full + pathname of a sendmail-like program can be specified instead; + the program must support the `-i` option. Defaults to + `/usr/sbin/sendmail` or `/usr/lib/sendmail` if such program is + available, or to `localhost` otherwise. --subject:: Specify the initial subject of the email thread.