On Thu, Sep 26, 2002 at 08:53:31AM -0700, Tim Riley wrote: > Hi LUGOD: > > Does anyone know how to email an attachment > from the command line? Try 'mpack' mpack -s "Here is your graph" -d some_description.txt graph.pdf foo@foo.com If you're really lazy, you can send without a description: mpack -s "Here is your graph" graph.pdf foo@foo.com -bill!