mailform processes and emails the contents of a submitted web form
where "address" is an email address to which the posted data is to be sent. This address does not generally have to be on the server on which mailform runs (see below for more information on this). The field=value pairs are included in the email, one pair per line.
Brackets indicate options (but are not typed). The -s option is used to specify the subject of the email and the -n option is utilized to indicate the web page to be displayed after the email is sent. Options are described further below.
The above synopsis is the way one would use mailform as a Unix command. Since mailform is actually used from within an html file, things are rather different. The simplest example is when only the address is specified, e.g.,