From oracle-l-bounce@freelists.org Mon Aug 1 07:47:39 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j71ClcfN011042 for ; Mon, 1 Aug 2005 07:47:38 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j71ClaIP011028 for ; Mon, 1 Aug 2005 07:47:36 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8C8FC1D9E73; Mon, 1 Aug 2005 07:47:33 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18545-05; Mon, 1 Aug 2005 07:47:33 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 138A01DAE3A; Mon, 1 Aug 2005 07:47:33 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WplS0y8uGcrgHnpjskNvdHVx9iy0H0Psi0L5jXZTAZpyj1tdz5Q0c3VOvDTLmUWzH8Q4uIduYwEHoY+9qHNDwIws4ZLUC5KfJZ+pm8r06MZ4hqiszQDRurX6xK5mGlTfhfZ9Fz5ut8ybXFmxjBN5a6KeASYkhDxKyPZ6EUeqGt4= Message-ID: <7ba974f505080105454e73c93@mail.gmail.com> Date: Mon, 1 Aug 2005 14:45:40 +0200 From: Enrique Fernandez-Pampillon To: sharmakdeep_oracle@yahoo.com Subject: Re: how to send a fixed-format mail from unix Cc: oracle-l@freelists.org In-Reply-To: <20050729171617.18600.qmail@web52814.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis Content-Disposition: inline References: <20050729171617.18600.qmail@web52814.mail.yahoo.com> X-archive-position: 23109 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: oracle.pampillon@gmail.com Precedence: normal Reply-To: oracle.pampillon@gmail.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Status: No, hits=-4.5 required=5.0 tests=BAYES_00,HTML_FONT_BIG, HTML_MESSAGE autolearn=no version=2.63 Hello, Notes5 have problems with MIME emails (internally it converts HTML code to Notes Rich Text). This problems have been solved in 6 or higher versions. Another thing, if you want to send an html email you have to add MIME headers: An example: #!/usr/bin/posix/sh ( cat < This is a test.
text line1
12345678901234567890
text line2
--_boundarystring-- ! ) | /usr/lib/sendmail -t -n -v HTH On 7/29/05, Deepak Sharma wrote: > I have tried this: > > 1) If my file is a.txt, then add > > > > text line1
> text line2
>
> > > 2) Use the command: > > uuencode a.txt a.htm | mailx -s "sub" > > I get the email as a .htm file and opening it in IE > still doesn't show in fixed-format. > > Thanks, > Deepak > > > > --- Magni Fabrizio 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 > -- ------------------------------------------------ Enrique -- http://www.freelists.org/webpage/oracle-l