README.md (749B)
1 # sfeed_sendmail 2 3 A utility to convert sfeed(5) format files into MIME e-mails, 4 which are piped to some command compatible to sendmail(1). 5 6 ## Requirements 7 8 You will most likely needs sfeed(1) in conjunction with this 9 software. 10 11 For encoding subjects you need rputil(1) from rohrpost: 12 13 git://r-36.net/rohrpost 14 15 ## Install 16 17 git clone git://r-36.net/sfeed_sendmail 18 cd sfeed_sendmail 19 make install 20 21 ## Running 22 23 See feed-run for how sfeed_sendmail can be used with sfeed in 24 a cronjob. 25 26 ## Variables 27 28 The environment variable $SENDMAILCMD defines which command 29 to execute. 30 31 $SENDMAILCMD $fromaddr $toaddr 32 33 Example commands are: 34 35 SENDMAILCMD="sendmail -f" 36 SENDMAILCMD="msmtp -f" 37 38 ## Bugs 39 40 Send them to 41 42 Christoph Lohmann <20h@r-36.net> 43 44 Have fun! 45