Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sending Mails
Savitha,
You need to use uuencode like this:
uuencode {infile name} {tempfilename} | mailx -s "mail subject" {mail recipient}
I use this all the time.
Good Luck!
Tom
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of savitha malve
Sent: Wednesday, August 31, 2005 7:48 AM
To: oracle-l_at_freelists.org
Subject: Sending Mails
Dear Oracle Free List Users,
This is not a database related question. But will be greatful if any one could respond to this.
We plan to send mail attachements using unix sendmail/mail/mailx command.
I have tried using below command, I do receive an e-mail but with no attachment.
/usr/bin/uuencode /export/home/corpadmin/tbs_frag_percent.lst
/export/home/corpadmin/tbs_frag_percent.lst >
/export/home/corpadmin/attachment.txt | mail mbsm_at_yahoo.com
<mailto:savithamalve_at_yahoo.com>
Will be helpful if anyone can guide me to the correct syntax.
Thanks in advance
Savitha
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 31 2005 - 07:22:49 CDT