I tried the below command
uuencode data.txt | mailx –s “Test Mail” “mrp@xyz.com”
But I get the below error
ksh: uuencode: not found.
Null Message body; hope that' ok
which clearly tell that uuencode utility is not found.
I there any other way to send attachments with mail through command line. At the same time I don't have admin access for the same to install the utility (I use AIX 5. version Server)
-a
option for attachments. – user1766760 Feb 20 '14 at 18:32