Allow e-mails to be sent with the Unix sendmail tool
commita0fe60a231b08ce3cba4b8cdcbc4db68ae160116
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 09:45:05 +0000 (21 10:45 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:14 +0000 (21 23:12 +0100)
treee072e4d7c07e120151902ae79e9d3f9fe276168e
parent42857cbe036ba5917eacc9dbb5644d395f638ed9
Allow e-mails to be sent with the Unix sendmail tool

If the stgit.smtpserver configuration option has an absolute file path
format, it is assumed to be an external tool. For example, to use
sendmail just set this variable to "/usr/sbin/sendmail -t -i" (see the
examples/gitconfig file).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
examples/gitconfig
stgit/commands/mail.py