On 2007-08-30 18:03, L Goodwin <[EMAIL PROTECTED]> wrote:
> Um... I just want to pass an email message (complete
> with From, To, Subject and message body) to a mail
> handler (sendmail), as I stated in the original post.
>
> Anyway, Chuck kindly provided sample code. The only
> thing I'd like to do differently is to not use a temp
> file to store the message. Otherwise, I'm happy.

Ah, sorry about the misunderstanding then.  I think all
you need is something along the lines of:

        ( command1 ; command2 ) | mail -s "subject" recipient1 ...

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to