sending attachments from cmdline

2006-06-04 Thread Erez D
hii used to send attachments from commandline as:uuencode $fname $fname |mail -s $fname $recepianthowever, this works only for a single attachment.how to send more than one attachment from cmdline ? thanks,erez.

Re: sending attachments from cmdline

2006-06-04 Thread Yedidyah Bar-David
On Sun, Jun 04, 2006 at 10:52:45AM +0300, Erez D wrote: hi i used to send attachments from commandline as: uuencode $fname $fname |mail -s $fname $recepiant however, this works only for a single attachment. how to send more than one attachment from cmdline ? Use mailto from metamail,

Re: sending attachments from cmdline

2006-06-04 Thread Amos Shapira
On 04/06/06, Erez D [EMAIL PROTECTED] wrote: hi i used to send attachments from commandline as: uuencode $fname $fname |mail -s $fname $recepiant however, this works only for a single attachment. how to send more than one attachment from cmdline ? I'm not a huge mutt fan since I use

Re: sending attachments from cmdline

2006-06-04 Thread Erez D
echo blah blah | mutt -s my subject -a file1 -a file2 [EMAIL PROTECTED]this did what i wanted. no need to type enything else (e.g. :wq)thanks. erez.On 6/4/06, Amos Shapira [EMAIL PROTECTED] wrote: On 04/06/06, Erez D [EMAIL PROTECTED] wrote: hi i used to send attachments from commandline as: