On Wed, 26 Sep 2007, Jacob (=Jouk) Jansen wrote:
> [EMAIL PROTECTED] wrote on 25-SEP-2007 16:30:46.36
>
> >On Tuesday 25 September 2007 09:34, Jacob (=Jouk) Jansen wrote:
> >> I try to send an E-mail with the content of an ASCII file as the body.
> >> I do this with the following command
> >> mail -s subj [EMAIL PROTECTED] < licinfo.txt
> >>
i mainly use
echo "details here" | mail -s "subject" [EMAIL PROTECTED]
In your example try
cat licinfo.txt | mail -s "subj" [EMAIL PROTECTED]
and see if this works
--
Regards,
Graham Smith
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]