Note: sendEmail not sendmail...
I'm trying to pipe the output of a program (specifically urlwatch) into sendemail:
urlwatch | sendemail (options)
I can't find out how to do this and suspect it's not possible, in which case I suppose I'll have to call a script to do it. :(
Anyone have experience of piping programs to command-line emailers?