Manual Page Result
0
Command: mhmail | Section: 1 | Source: Digital UNIX | File: mhmail.1.gz
mhmail(1) General Commands Manual mhmail(1)
NAME
mhmail - send or read mail (only available within the message handling
system, mh)
SYNOPSIS
mhmail [ addrs ... ] [ options ]
DESCRIPTION
The mhmail program is intended as a replacement for the standard mail
programs, bellmail and ucbmail. See binmail(1) and mail(1) for more
details of these mail programs. When invoked without arguments, it
simply invokes inc to incorporate new messages from the user's mail-
drop. When one or more users is specified, a message is read from the
standard input and spooled to a temporary file. mhmail then invokes
post with the name of the temporary file as its argument to deliver the
message to the specified user.
Normally, people will use comp and send to send messages.
FLAGS
-body text
Specifies the text of the message. If it is specified, then
the standard input is not read.
-cc addrs Specifies addresses to be placed in the cc: field of the mes-
sage.
-from addr
Specifies the content of the From: header of the draft. The
address given is placed in the From: field of the message.
The Sender: field is filled in correctly by post.
-help Prints a list of the valid options for this command.
-mts smtp Specifies the mail system over which mail is sent. The only
value allowed is smtp, which is the standard mail system.
Additional values are supported only for use with other mail
systems.
-subject text
Provides the text of the Subject: field of the message.
RESTRICTIONS
Messages with a null body part will not be sent by mhmail. You must in-
clude some body text in all messages to be sent by mhmail.
For this version, the -mts option only supports the value smtp. Addi-
tional values are supported for use only with other mail systems.
FILES
/usr/bin/mh/inc
Program to incorporate a maildrop into a folder.
/usr/lib/mh/post
Program to deliver a message.
/tmp/mhmail*
Temporary copy of message.
RELATED INFORMATION
inc(1), post(8) delim off
mhmail(1)