View Single Post

   
  #2 (permalink)  
Old 02-15-2008, 10:40 AM
Jean-Pierre Radley
 
Posts: n/a
Default Re: Unixware 7.1.1 & Sendmail 8.10.1 uuencode problem

Kalen Marra typed (on Wed, Sep 24, 2003 at 12:10:29PM -0500):
| I'm trying to figure out a way to encode a binary file and email it from our
| UnixWare server.
|
| uuencode filename filename | mail -s "test" email@address doesn't work
| when it arrives it appears as text with "begin 644 filename" etc. not as an
| attachment.
|
| I can get it to appear as an attachment if I use mailto and use the ~
| commands to import the uuencoded file.

"mail" does not attach attachments.

Get "mutt" from ftp.mutt.org. It compiles easily.
Or get a binary from the SCO's Skunkware collection.

When mutt attaches a binary file, it'll automatically MIME-encode it, so
you wouldn't even need to use uuencode.


--
JP
Reply With Quote