Using msmtp with darcs
To get darcs to use msmtp I put the following in my ~/.darcs/defaults:
send sendmail-command /usr/bin/msmtp %t %< |
Incoherent mumblings
To get darcs to use msmtp I put the following in my ~/.darcs/defaults:
send sendmail-command /usr/bin/msmtp %t %< |
Shouldn’t it be “/usr/bin/msmtp -t %<” ?
@Austin Seipp, No, I meant exactly what I wrote
However using
-tis better, thanks for that.