On Thu, Jun 27, 2002 at 02:49:40PM +0200, Arnaud De Timmerman wrote: > i'm using mutt (1.4) on the command line on a RH7.0 box > is there a way to save the "output" of mutt, i mean, the content it sends to > sendmail ? > > a file i could use with : > **************** > echo "my body" | mutt -a attach -s "my subject" -o OUTPUT [EMAIL PROTECTED] > cat OUTPUT | sendmail [EMAIL PROTECTED] > ****************
You could say
set sendmail="/my/own/program"
and collect the data in your own program.
