How do I prevent wrapping of a formatted plain text email?

I am generating a text file on a Linux system with the results of some Oracle processing and using sendmail to mail it to several Notes users. This text file contains formatted results similar to below (please forgive the poor spacing of the example and try to use your imagination). When displayed on a larger screen there is no problem, but on a smaller screen, you’ll notice that it wraps which causes the data to be unreadable.

Email… Id… Phone… Total… Ip… Url… Time… ISO Date… UK Date

devo@flexomat.com… 66672… 941-964-8535… $2482.79… 172.78.200.124… http://www.gmail.com/users/devo@flexomat.com… 15:10… 1988/12/14… 14/12/1988

henry@mountdev.net… 35889… 941-964-9543… $2776.09… 119.232.182.142… http://www.gmail.com/users/henry@mountdev.net… 3:54… 1974/1/19… 19/1/1974

christian@reno.gov… 60021… 941-964-5617… $2743.41… 167.209.64.181… http://www.dotnet.ca… 10:58… 2000/3/25… 25/3/2000

muffins@donuts.com… 17927… 941-964-9511… $2998.18… 210.214.231.182… http://google.se… 21:22… 1993/1/24… 24/1/1993

muffins@reno.gov… 76375… 941-964-2757… $1836.09… 220.222.93.171… http://www.samba.org… 15:22… 1988/4/4… 4/4/1988

mendez@gmail.com… 45834… 941-964-2575… $2805.46… 228.170.245.253… http://flexomat.com… 11:31… 1975/12/12… 12/12/1975

I have tried unsuccessfully to convert this document to html in the hope that I could use some sort of nowrap functionality, but unfortunately neither HTML nor CSS is interpreted by Notes. I’ve spent hours searching both the forums and google but the only thing I’ve succeeded in doing is making the font prettier and the size smaller. I would appreciate any suggestions, otherwise I’ll have to set the font to 6pt and hand out magnifying glasses!

Thanks in advance,

Kevin

Subject: How do I prevent wrapping of a formatted plain text email?

Kevin,

Two options come to mind:

  1. Modify the body:

Use your "…"s as delimiter, remove them, put the rest into a table.

  1. Grab the entire body and send it as text file attachment.

HTH,

Simeon