Operating System - HP-UX
1833323 Members
3155 Online
110051 Solutions
New Discussion

Re: Maintainig Coulumn width from unix mail to windows mail

 
blessing k sagonda_1
Occasional Contributor

Maintainig Coulumn width from unix mail to windows mail

Hi guys

I don`t no if this is possible but when i send an e-mail from my unix scripts and send to my Outlook express client on Windows the columns spaces are distorted, how can i fix this.
jesues is great
5 REPLIES 5
Vincenzo Restuccia
Honored Contributor

Re: Maintainig Coulumn width from unix mail to windows mail

Try with command ux2dos,you can see man ux2dos.
Thierry Poels_1
Honored Contributor

Re: Maintainig Coulumn width from unix mail to windows mail

Hi,
this is due to the font you are using in Windows, most fonts do not have evenly spaced characters : for example "W" is wider than "I". One of the fonts you can use to fix this is Courier.

good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
blessing k sagonda_1
Occasional Contributor

Re: Maintainig Coulumn width from unix mail to windows mail

the file from the script is in ascii already , i tride ux2dos no change..
jesues is great
Vincenzo Restuccia
Honored Contributor

Re: Maintainig Coulumn width from unix mail to windows mail

You have ^M in the file ?
Stephen Tatrai
Advisor

Re: Maintainig Coulumn width from unix mail to windows mail

When I had this problem I found it easier to sent the text from the unix scripts as an attachment. There are other posting here that describe the commands. In summary you create a file that you mail that calls your text file as an attachement. Be sure to place this attachment command in the file you are mailing after a blank line.

[include script.txt text/plain base64]