On Thu, Jun 06, 2013 at 09:05:28PM +0200, Pol Hallen wrote: > Hey all :-) > > Can I redirect output script to mutt body? i.e. > > echo|mutt -s "test" user0@domain0.org < script0.sh Don't use echo. Just pipe the output of the script to mutt. -- John