Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email file to Outlook using fixed font

Status
Not open for further replies.

tonimac

MIS
Joined
Apr 26, 2002
Messages
1
Location
US
I have a unix script that emails output from a sql script. Problem is that the email, once received in Outlook, is in a variable width font which misaligns the columns (I assume it picks up the users default font). Is there any way to send the desired fixed-width font to Outlook via mailx or elm? (I think these are the only mail options avaible to me.)

I've seen postings elsewhere that say I can send a command to Outlook converting the email to html, so I assuming I can send some sort of font command also.

Here's the mail command I have now:

cat filename.out | mailx -s "Subject" me@work

I'm a unix dummy, so please provide specifics in your reply.

thx!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top