Re: send multiple email attachments

From: Dave.Zarnoch@SUNGARD.COM
Date: Thu Jun 19 2003 - 11:07:41 EDT


When I tried this....

The first uuencode just "hung"

??

Thanks!

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

                      "Owens, Blaine C
                      - Eastman" To: aix-l@Princeton.EDU
                      <bowens@EASTMAN.C cc:
                      OM> Subject: Re: send multiple email attachments
                      Sent by: IBM AIX
                      Discussion List
                      <aix-l@Princeton.
                      EDU>

                      06/19/2003 10:44
                      AM
                      Please respond to
                      IBM AIX
                      Discussion List

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