How to send mail with multiple attachments?

We don't have uuencode installed in our machines..... Please tell me how to send mail with multiple attachments ??? URGENT !!!!!

Please tell me using command line (or) scripts..........
please......

Thanks in Advance....

Hi,
You can send with the command

mail -s " Att test"  -a file1 -a file2 -a file3 abc@XYZ.com < file5

Where file 5 is the message contant file

1 Like