View Single Post

  #1 (permalink)  
Old 04-02-2008, 12:01 PM
amankhurana amankhurana is offline
Junior Member
User
 
Join Date: Apr 2008
My distro: Debian
Posts: 2
Rep Power: 0
amankhurana is on a distinguished road
Default how to send mail body with multiple attachments

Hi,
I am using following commands :-
$ 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
$ mail -s "Reports” user@my.somewhere.com < /tmp/out.mail

but how to send mail body with this.

Please tell me ASAP.

Thanks in advance

Aman Khurana.
Reply With Quote