>
> On Wed, 14 Jul 1999, [ISO8859-1] Ulf Lundstr�m wrote:
>
> > Hi!
> >
> >
> > I guess I was a bit confusing when I wrote the last mail... ;)
> > It happens...
> >
> > What I really wanted is the syntax to send a mail from the command line,
> > with just one single row of command(s) and then just enter to send...
> >
> > Something like
> > % mail -s test [EMAIL PROTECTED] message <enter>
> >
>
> This is close, the command I use to mail from the command line with a text
> file as the body of the message is:
> cat messagefile | mail -s "subject" [EMAIL PROTECTED]
>
> --Shawn Craver
>
Elm can work the same to.
elm -s "Subject" [EMAIL PROTECTED] < file.txt