Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Send Mail in Unix
All,
I guess I made the mistake mentioning Excel.
I am creating a tab delimited text file with an .xls file type that Excel can easily open. It is not a binary Excel file.
I just need to be able to send the file as an attachement.
thanks again and sorry for the mis-statement!
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Thursday, February 13, 2003 12:45 PM
To: ORACLE-L_at_fatcity.com
Cc: NDATFM_at_labor.state.ny.us
There are a couple of ways to do it. You could uuencode it and then mail the encoded file. The file has to be decoded on the other end.
I send binaries off the server to users who wouldn't be familiar with decode software using a python program that builds a mime message with the file attached to the message. You can do the same with perl.
Glenn Stauffer
> All,
>
> I'm trying to send an email attachment (Oracle Tablespace Report) from a
Sun
> Unix box to myself when the batch job runs.
>
> Anybody been able to do this? I can send the text of the file, but what I
> really want to do is to send the file (it's an Excel Spreadsheet).
>
> thanks in advance.
>
> Tom Mercadante
> Oracle Certified Professional
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Mercadante, Thomas F
> INET: NDATFM_at_labor.state.ny.us
>
> 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).
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mercadante, Thomas F INET: NDATFM_at_labor.state.ny.us 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 Feb 13 2003 - 11:45:29 CST