Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to zip a file on From Unix shell script
try this...
cat << !
To: someone_at_anywhere.com <mailto:someone_at_anywhere.com>
someone2_at_anywhere.com <mailto:someone2_at_anywhere.com>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="DMW.Boundary.605592468"
Attached you can find the files.
!
uuencode file001
uuencode file002
uuencode file003
uuencode file004
)| /usr/sbin/sendmail someone_at_anywhere.com <mailto:someone_at_anywhere.com>
someone2_at_anywhere.com <mailto:someone2_at_anywhere.com>
-----Original Message-----
Sent: Thursday, October 17, 2002 12:34 PM
To: Multiple recipients of list ORACLE-L
I'm curious how you get sendmail/mailx to send a file as an attachment? I suppose it can be done.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mirsky, Greg
INET: gmirsky_at_Estee.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Oct 17 2002 - 12:13:23 CDT