MPE/iX 7.5 sendmail support training
MPE/iX 7.5 Sendmail Support Training Page 41March 1, 2002
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!