>>> On 11/10/2008 at 4:43 PM, Bernard Wu <[EMAIL PROTECTED]> wrote: > Hi List, > From a Linux guest, when I send an email and a file as an attachment to MS > Outlook, the attachment is displayed as part of the message body. > How can I send it so that Outlook receives it as an attached file and not > embedded as part of the message body ? > The syntax that I use is : > > uuencode <filename.rpt> <filename.csv> | mail -s "Test " [EMAIL PROTECTED]
The nail command (which is what /usr/bin/mail and /usr/bin/mailx point to) supports the "-a" option to attach a file to the message. If you need to attach multiple files, specify -a multiple times. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
