Index Index for
Section 1
Index Alphabetical
listing for M
Bottom of page Bottom of
page

mhmail(1)

NAME

mhmail - send or read mail (only available within the message handling system, mh)

SYNOPSIS

mhmail [addrs...] [options]

OPTIONS

-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 message. -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.

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 maildrop. When one or more users is specified, a message is read from the standard input and spooled to a temporary file. The mhmail program 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.

RESTRICTIONS

Messages with a null body part will not be sent by mhmail. You must include some body text in all messages to be sent by mhmail. For this version, the -mts option only supports the value smtp. Additional 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.

SEE ALSO

inc(1), post(8)

Index Index for
Section 1
Index Alphabetical
listing for M
Top of page Top of
page