.\" .\" %nmhwarning% .\" .TH MHMAIL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME mhmail \- send mail (mailx replacement) .SH SYNOPSIS .HP 5 .na .B mhmail .IR addrs ... .RB [ \-cc .IR addrs ...] .RB [ \-from .IR addr ] .RB [ \-subject .IR subject ] .RB [ \-bodytext .IR text ] .RB [ \-Version ] .RB [ \-help ] .ad .SH DESCRIPTION .B mhmail is inspired by the standard Berkeley mail program .RB ( mail or .BR mailx ). It should not be seen as a drop-in replacement for these programs, but rather as a more convenient alternative to .B comp for non-interactive use. For interactive use, .B comp and .B send are recommended over .BR mhmail . .PP When one or more addresses are specified, a message is read from the standard input and spooled to a temporary file. .B mhmail then invokes .B spost to deliver the message. .PP .B mhmail can not be used for mal reading. Use .BR inc , .BR scan , .B show instead. .PP The .B \-subject .I subject switch can be used to specify the `Subject:' field of the message. .PP By default, .B mhmail will read the message to be sent from the standard input. The message is terminated by either end-of-file or by a single period alone on a line. This is compatible to .B mail and .BR mailx . Alternatively, you can specify the text of the message at the command line with the .B \-bodytext .I text switch. .PP If the standard input has zero length, .B mhmail will not send the message. You can use .B \-bodytext "" to force an empty message. .PP Normally, addresses appearing as arguments are put in the `To:' field. If the .B \-cc switch is used, all addresses following it are placed in the `Cc:' field. .PP By using .B \-from .IR addr , you can specify the `From:' header of the draft. Naturally, .B post will fill\-in the `Sender:' header correctly. .SH FILES .fc ^ ~ .nf .ta \w'%etcdir%/BigFileName 'u ^/tmp/mhmail*~^Temporary copy of message .fi .SH "SEE ALSO" inc(1), scan(1), show(1), post(8) .SH DEFAULTS None .SH CONTEXT None .SH HISTORY .B mhmail was intended as a replacement for the standard Berkeley mail program .RB ( mail or .BR mailx ), which is compatible with .BR mmh . This program was intended for the use of programs such as .BR cron , which expect to send mail automatically to various addresses. It was also used by various .B mmh commands to mail various error notifications. .PP When invoked without arguments, it had once simply invoked .B inc to incorporate new messages from the user's maildrop. It does this no longer. .SH BUGS .B mhmail should no longer try to replace .BR mailx , but become a mail sending front-end to .B comp or .BR send , which is more convenient in some situations.