Re: Sending two attachments in one mail

2003-07-09 Thread Khademul Islam
ng two attachments in one mail @redh

Re: Sending two attachments in one mail

2003-07-07 Thread Cameron Simpson
On 12:32 07 Jul 2003, Khademul Islam <[EMAIL PROTECTED]> wrote: | So far I am able to send one attachment by using the mutt command. Here is | what I have right now. Please advise how I can send two files at the same | time. | mutt -a test.xls -s "test" [EMAIL PROTECTED] < /dev/null You haven't tr

Re: Sending two attachments in one mail

2003-07-07 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Jul 2003 12:32:53 -0500, Khademul Islam wrote: > Hi! Everyone, I am trying to send two attachments in one mail. > > So far I am able to send one attachment by using the mutt command. Here is > what I have right now. Please advise how I can

Sending two attachments in one mail

2003-07-07 Thread Khademul Islam
Hi! Everyone, I am trying to send two attachments in one mail. So far I am able to send one attachment by using the mutt command. Here is what I have right now. Please advise how I can send two files at the same time. mutt -a test.xls -s "test" [EMAIL PROTECTED] < /dev/null Thanks ..