on AIX 4.3 or 5.2L, how to send email with binary file attactment like tgz or image?
I can able to use the following command to send email with text file attachment (better said, it just concat my file into content of the email)
mailx -s "my message"
myemail@mydomain.com < myfile.txt
however, I can't use it to send binary file like image or tgz file.....
anyone know how?
also, is it possible to send a single email with multiple files attachment?
thanks in advance :-)