How can I send an email message from Unix including an attachment
mailx -s "Sum subject line" sumncguy@someplace.com < somefile
A script response is generating 59k + lines of text and for the most part kill Outlook, so the above command isnt always a good idea.
Thanks