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: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Fri, 29 Jul 2005 08:47:44 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4502361373@NT15.oneneck.corp>


Try using using the *expand* command, which converts tabs to spaces, e.g.:

cat message.txt | expand | mailx -s "Test message" you_at_yourdomain.com

Regards,
Brandon

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Deepak Sharma Sent: Thursday, July 28, 2005 9:19 PM
To: oracle-l_at_freelists.org
Subject: how to send a fixed-format mail from unix

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.

Any Tips?

Thanks,
Deepak



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

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--

http://www.freelists.org/webpage/oracle-l Received on Fri Jul 29 2005 - 10:48:28 CDT

Original text of this message

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