On Sat, Jan 11, 2003 at 07:48:53PM -0000 or thereabouts, Greg Conway wrote:
> Hi all,
> 
> I am trying to automate the Emailing of a tar file from a RedHat system, but
> when it arrives at it's destination it's obviously been converted to a text
> file!
> 

Try using mutt to attach the file in mime format:

$ echo "msg body" | mutt -s "subject" -a /path/to/file [EMAIL PROTECTED]

or

$ mutt -s "subject" -a /path/to/file [EMAIL PROTECTED] < ~/msg_body.txt

HTH,

-- 
Andrew Pasquale



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to