# template: example2 # This is the same as example 1, but it defines default values for each # of the fields. You can fill them in by calling the script this way: # /cgi-bin/mailmerge.cgi/templates/example1.5?TO=fred@zoo&FROM=john@circus # The action is to mail this out to whoever is specified in the "TO" field. ACTION=mail # No defaults for these fields TO= FROM= SUBJECT= BODY= PRIORITY= # This defines the input form -- the HTML form # that will be presented to the remote use to fill in. # Note that the definition is terminated by single dot (.) # alone on a line. INPUT_FORM=

Simple Gateway

TO:

FROM:

SUBJECT:

Priority: Normal High


. # This defines the way in which the fields from the # input form are arranged in the e-mail message that # is produced when the input form is submitted. OUTPUT_FORM= * MEMO * Subject: @SUBJECT@ To: @TO@ From: @FROM@ Date: @DATE@ Priority: @PRIORITY@ @BODY@ .