task: Send multiple attachments in a single email Type the command as follows: $ uuencode r1.tar.gz r1.tar.gz > /tmp/out.mail $ uuencode r2.tar.gz r3.tar.gz >> /tmp/out.mail $ uuencode r3.tar.gz r3.tar.gz >> /tmp/out.mail $ cat email-body.txt >> /tmp/out.mail $ mail -s “Reports” you@cyberciti.biz < /tmp/out.mail
Viewing 1 to 3 of 3 items