Re: send multiple email attachments

From: Owens, Blaine C - Eastman (bowens@EASTMAN.COM)
Date: Thu Jun 19 2003 - 10:44:47 EDT


I have used this:

uuencode file1.txt > newname1.txt
uuencode file2.txt > newname2.txt
uuencode file3.txt > newname3.txt
cat newname1.txt newname2.txt newname3.txt | mail whoever@whatever

P.S. - I always seem to have better luck with ".wri" (Wordpad) extension as opposed to ".txt" (Notepad).

Blaine Owens

-----Original Message-----
From: Dave.Zarnoch@SUNGARD.COM [mailto:Dave.Zarnoch@SUNGARD.COM]
Sent: Thursday, June 19, 2003 10:22 AM
To: aix-l@Princeton.EDU
Subject: send multiple email attachments

Folks,

Not an AIX specific question, but.....

I would like to send multiple email attachments via a bourne shell script
to Lotus notes recipients

So far I have:

uuencode file.txt file.txt | mail whoever@wherever

This will successfully send the attachment and an icon will be included

How would I send multiple attachments?

I tried to uuencode to different files then send those files but they
appear as the "raw" data instead of the nice looking icon

Any help?

Thanks!

Dave Zarnoch
SunGard Resources Group
SunGard eSourcing
Voorhees, NJ
Dave.Zarnoch@sungard.com



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:56 EDT