Skip to content

Commit

Permalink
git-send-email: Document support for local sendmail instead of SMTP s…
Browse files Browse the repository at this point in the history
…erver

Fix the --smtp-server option description to match reality.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Sergey Vlasov authored and Junio C Hamano committed Oct 29, 2006
1 parent b1f33d6 commit 9c572b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/git-send-email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c572b2

Please sign in to comment.