[ilugd] how to send attactments from command line

2004-02-10 Thread s nagar
hi all i want to send my message as an attachment using command line. right now i'm using mail command to send messages but not able to send messages as attachment using that command. i searched on net, found out two answers 1. i must convert my message into uuencode first, but i don't

Re: [ilugd] how to send attactments from command line

2004-02-10 Thread Arindam Dey
On Tue, 2004-02-10 at 16:42, s nagar wrote: hi all i want to send my message as an attachment using command line. right now i'm using mail command to send messages but not able to send messages as attachment using that command. i searched on net, found out two answers 1. i must

Re: [ilugd] how to send attactments from command line

2004-02-10 Thread Amit Sharma
cat filename | mutt -a filetobeattached.zip -s subject here `date` [EMAIL PROTECTED] --- s nagar [EMAIL PROTECTED] wrote: hi all i want to send my message as an attachment using command line. right now i'm using mail command to send messages but not able to send messages as attachment

Re: [ilugd] how to send attactments from command line

2004-02-10 Thread Arjun Asthana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Don't know about mutt or pine but made a shell script for mail. - START #!/bin/bash echo Please enter the name of the attachment read filename echo Please enter the name of the file containing your message read message echo Please

Re: [ilugd] how to send attactments from command line

2004-02-10 Thread Arjun Asthana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 10 February 2004 18:34, you wrote: Hello, Don't know about mutt or pine but made a shell script for mail. START #!/bin/bash echo Please enter the name of the attachment read filename echo Please enter the name of the file