On Fri, 31 Mar 2000 18:01:13 +0530 (IST), System Administrator
<[EMAIL PROTECTED]> wrote:

>HI
>
>Can anyone help me mail thru command line ? 
>
>I need to mail with attachements. i.e mail a user thru command line
>options and where in i need to send some files as attachments in the same
>mail.
>
>- Admin.
>
>---
>Parag Mehta                           <[EMAIL PROTECTED]>
>System Administrator.
>
>Puretech Internet Pvt. Ltd.             http://puretech.co.in/ 
>77 Atlanta. Nariman Point.
>Mumbai - 400021. India.                 Tel: +91-22-2833158          
>
>

how about uuencode?

e.g.
$ uuencode firstfile < firstfile >mail.txt
$ uuencode secondfile < secondfile >>mail.txt
$ mailx -s "2 files as attachement" [EMAIL PROTECTED] < mail.txt

jan stifter

Reply via email to