Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Sending email from Unix

Re: Sending email from Unix

From: Jeram <jeram_at_ASABA.CO.ID>
Date: Mon, 04 Feb 2002 22:28:20 -0800
Message-ID: <F001.00405CC9.20020204222023@fatcity.com>

Hi,,,
 

Try this command :
uuencode file1.txt file1.xls|mail
destination_email_address
 

Try to get more details in Unix help about uuencode, with this command you can convert txt file to Document or Excel file, or another file format.
 

Rgds/Jeram
Oracle DBA Consultant
Asaba Computer Center
Indonesia
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

  Sent: Tuesday, February 05, 2002 11:45   AM
  Subject: Re: Sending email from
Unix   

  Hi Sona
   U can use postie command
  postie -from:"Bla" -to:"$toaddr" -s:"$subj"   -msg:" Please find the attached file" -a:$fname    
  Sharmilan
  <BLOCKQUOTE
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

    To: <A title=ORACLE-L_at_fatcity.com
    href="mailto:ORACLE-L_at_fatcity.com">Multiple recipients of list ORACLE-L     

    Sent: Saturday, February 02, 2002 12:36     AM
    Subject: Sending email from Unix          

    Hi
    I want to send an email from Unix with an     attachment .does anyone know how to do this?      
    <FONT face=Arial
size=2>TIA Received on Tue Feb 05 2002 - 00:28:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US