On Sun, Jun 27, 2004 at 09:15:22AM +0530, Sandip Bhattacharya wrote: > How do shell scripts in FC2 send mime mail messages anyway? Earlier, > using metasend was the best way out! I just use mutt for this. This command line (all on one line) will generate a message with a message body of "Here's this month's report", attach the report as a mime attachment, and send the message to the report-list mailing list. $ echo "Here's this month's report" | \ mutt -s "Monthly report" -a monthly-report.gnumeric \ report-list@xxxxxxxxxxxx -- John Kodis Goddard Space Flight Center kodis@xxxxxxxxxxxxxxxxxxxxx Greenbelt, Maryland, USA Phone: 301-286-7376 Fax: 301-286-1771