achilleus 0 Newbie Poster

I'm trying to send attachments through E-mail using the following command,


echo " Refer to the attachments." > textfile | (uuencode $file1 outputfile1.txt; uuencode $file2 outputfile2.txt;) |cat textfile - | sendmail -F "Fromaddress" ${XXXX}

Now can anyone tell me how to display subject to this E-mail.
my browser doesn't support any other command other than UUencode to send attachments.