My original post
> Hi managers,
>
> I think it should be easy one. How do I send a mail with a file attachment from command line ? I tried elm 2.4 but could not figure out.
>
> My problem is that I want to automate the mailing of some sqr reports. There are some 100 reports at the end of the month to be distributed to 70-80 e-mail address.
>
Thanks a lot to all who replied
I have adopted the following solution suggested by Nestor Ruiz.
cat <file> | uuencode <NameAttach> | mailx -s <subject> <TargetDest>
Thanks Nestor Ruiz and thanks to all.
Regards,
Mukesh.
Received on Mon Apr 27 1998 - 21:15:00 NZST