Sending an email with more than one files

Hi,

I would like to send an email with more than one attachement. I am using uuencode. I want to achive by suing uuencode. Also please let me know other ways.

-Thambi

afaik thats not possible, you need to tar the files before sending

{ uuencode f1 f1;uuencode f2 f2; }|mailx ...

allright, good to know :slight_smile:

{ uuencode f1 f1;uuencode f2 f2; }|mailx ...

I am using HP unix. It gives the error that unexpected symbol }

Moreover, I don't have the zip in my HP unix. So i tared different files from different location using tar command. When I try to open the tar file in windows , only current files are opening properly. Rest of the files ( we metion the entire path of the file ) not extracting while I use winzip software.

My task is that I just send many files to email id at any way .

-Thambi

Helo Thambi,

Iam new user. I also using HP-UX, can u give some tips to obtain system open file table value.

Mahesh

Mahesh,

Please eloborate your request. I am not getting you exactly .

-Thambi

Thambi,

Open file tables maintains no of files opened for a session. I want to know how to get max limit defined.

-Mahesh.