RE: how to send a fixed-format mail from unix
- From: Deepak Sharma <sharmakdeep_oracle@xxxxxxxxx>
- To: Fabrizio.Magni@xxxxxxxxx, oracle-l@xxxxxxxxxxxxx
- Date: Fri, 29 Jul 2005 10:16:17 -0700 (PDT)
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
--- Magni Fabrizio <Fabrizio.Magni@xxxxxxxxx> wrote:
>
> > 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
- References:
- RE: how to send a fixed-format mail from unix
- From: Magni Fabrizio
Other related posts:
- » how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- » RE: how to send a fixed-format mail from unix
- » Re: how to send a fixed-format mail from unix
- RE: how to send a fixed-format mail from unix
- From: Magni Fabrizio