Re: send multiple email attachments

From: Barnhart, Troy (TBarnhart@RCRH.ORG)
Date: Thu Jun 19 2003 - 10:54:17 EDT


I preferred to use the "mutt" app that allows sending attachments from the
commandline
without having to use uuencode and such...

regards,
troy

Troy Barnhart, Sr. Systems Programmer,
tbarnhart@rcrh.org
Rapid City Regional Hospital,
Rapid City, South Dakota, 57701
ph: 605-719-8068 / fax: 605-719-4206

-----Original Message-----
From: Owens, Blaine C - Eastman [mailto:bowens@EASTMAN.COM]
Sent: Thursday, June 19, 2003 8:45 AM
To: aix-l@Princeton.EDU
Subject: Re: send multiple email attachments

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

***Note: The information contained in this message, including any attachments, may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the Sender immediately by a “reply to sender only” message and destroy all electronic or paper copies of the communication, including any attachments.



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