Mailing in Korne shell

All

       Iam using Korne shell in AIX OS. Can u give me the syntax to send a mail.

Thanx in advance

Regards
Deepak

mailx -s "SUBJECT" <EMAIL ADDRESS> < "MESSAGE"

`man mailx` will tell you all you need to know. :mad:

ps: and it is KORN shell...not Korne

I suppose that if you do not know about "mailx" or "man" then you could be hurting really bad for information.

apropos command

This will help you narrow down most commands when you don't quite know *nix's available commands.

apropos mail

Shows you the man pages for mail, mailx and others that may not be appropriate.

Secondly, search this forumn since your question is likely to have been asked over and over.

All

I want to send a file. I used mailx also. but it is not working properly. 

i also used "uuencode file fiel| mail <mailid > "

Help me to do this

Thanking you

Regards
Deepak Xavier

Please explain how it's not working.