Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to send a fixed-format mail from unix
I have tried this:
<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
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 29 2005 - 12:18:24 CDT
![]() |
![]() |