[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Mimencode
- Subject: [ale] Mimencode
- From: krugerb at benning.army.mil (Bob Kruger)
- Date: Wed, 18 Jul 2001 14:57:46 -0400
Has anyone use mimencode or mmencode with success in attaching binary
files to email messages?
In the past, if I wanted to send a spreadsheet named "daily.xls" to a
mailing list, I could do the following with a simple bash script.
#!/usr/bin/bash
(cat list.txt;uuencode daily.xls daily.xls) | /usr/sbin/sendmail -t
Note - file list.txt has the To:, From:; Subject, etc. info.
The following will generate a message, but my mail client (Netscape)
does not recognize or decode the result, so I have a nice long text
file.
#!/usr/bin/bash
(cat list.txt;mmencode daily.xls) | /usr/bin/sendmail -t
Any hints or clues?
Regards - Bob Kruger
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.