Operating System - HP-UX
1753437 Members
4997 Online
108794 Solutions
New Discussion юеВ

Mail is always sent as attachment

 
SOLVED
Go to solution
John_44
Advisor

Mail is always sent as attachment

Hello All,

Whenever I send mail from my server it always arrives as an attachment and not as inline text the way I think it should. What do I have to change to correct this?

Thanks in Advance,
John
2 REPLIES 2
Rob Smith
Respected Contributor
Solution

Re: Mail is always sent as attachment

Hi, in the /usr/share/lib directory there is a file called mailx.rc. Add this line to the file:

set charset=us-ascii

This will fix your problem. Hope this helps.

Rob
Learn the rules so you can break them properly.
David Child_1
Honored Contributor

Re: Mail is always sent as attachment

You can also fix it on the fly with the '-m' option:

mailx -m -s "....