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