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: how to send a fixed-format mail from unix

RE: how to send a fixed-format mail from unix

From: Deepak Sharma <sharmakdeep_oracle_at_yahoo.com>
Date: Fri, 29 Jul 2005 10:16:17 -0700 (PDT)
Message-ID: <20050729171617.18600.qmail@web52814.mail.yahoo.com>


I have tried this:

  1. If my file is a.txt, then add

<HTML>
<FONT FACE="Courier New">
text line1<BR>
text line2<BR>
</FONT>
</HTML>

2) Use the command:

uuencode a.txt a.htm | mailx -s "sub" <email>

I get the email as a .htm file and opening it in IE still doesn't show in fixed-format.

Thanks,
Deepak

>
> > I am trying to send the output of a sqlplus script
> > from Unix (using mailx) to Lotus Notes addresses.
> >
> > The output looks formatted on Unix, but when
> opened in
> > Lotus Notes, the formatting is no longer there.
> >
>
> What options do you specify in your command?
>
> Have you tried to add the uuencode command to your
> script?
>
> Fabrizio
> --
> http://www.freelists.org/webpage/oracle-l
>



Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 29 2005 - 12:18:24 CDT

Original text of this message

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