Forms consist of items that have names. To our email
processing program, four names are special: recipient
must be the name of an item specifying who is to receive the
email. This item is required. Only addresses listed in
a special configuration file can receive mail from forms.
You must have us list your address if your want your form to send
you email.
Three other special names are optional. An item called name
can let users specify their real name. An item named email
will let the user say where he or she wants email replies sent, and
one named subject can specify the subject of the email.
All other items names must begin with the string "content".
They will appear in the body of the email with the item named used to label
the value of the item.
The HTML that generated the above form and an example mail
message sent with it: