Using Sendmail on MPE - April 2003

Using Sendmail on MPE - Solution Symposium West Page 42April 24, 2003
sending e-mail with
mailx
interactively:
mailx someuser@some.host
Subject: hello world
Hi,
How are you doing?
:EOD
EOT
from a pipe:
echo "How are you doing?" |
mailx -s "hello world"
someuser@some.host
from a disk file:
mailx -s "hello world"
someuser@some.host
</diskfile/containing/msg/body
no attachments!
limited control of mail headers!