Solaris Korn Shell

I am writing sql reports to an oracle database, spooling them to a file and emailing them with mailx. I use the syntax below. The reports do not format properly, unless I use the Courier New font. How do I set this with mailx?

mailx -s "MY REPORT, date +'%D %r " -r "REPORTING SYSTEM" me@me.com< /mydir/mysql.log > /dev/null

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

There isn't a font in plain text email (which mailx is sending). You need to configure your client software to use the right font.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.