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
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
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
![]() |
![]() |