Phorm v3.5.2

Sending an Autoresponder:
      With Phorm you can send an automatic response message to the visitor. This uses the email address in $PHORM_FROM. If that variable is blank, no autoresponder will be sent.

      To use an autoresponder, create it as a plain text file, with any desired variable substitutions. Then define $PHORM_RESPOND with the name of this file. You will also need to define the following variables:

$PHORM_RESFROM The FROM address for the autoresponder message.
$PHORM_RESUBJ The SUBJECT for the autoresponder message.
$PHORM_RESRPLY Address for the Reply-To field of the responder message.
$PHORM_RESHDRS Any additional email headers desired for the autoresponder message, such as X- headers. If you don't know what this means, then it is very unlikely you'll need to use it.

Additional Email Headers
      If you wish to have any additional email headers in the message, set them in $PHORM_RESHDRS. Don't forget to end each one with a newline character (\n in PHP). The X-Mailer header is reserved for Phorm.

Attaching a File
[This feature is available only to registered users]

      You can specify a file to be attached to the responder message, with $PHORM_RESATCH.
   $PHORM_RESATCH = "download.exe";
      As usual, any path information will be stripped off. See File Locations for more information. For the sake of simplicity, all files will be Base64 encoded, regardless of type. I just don't feel like mucking about with different types. If you don't know what this means, you don't need to worry about it.

0101000001101000011011110111001001101101010010010111001101000011011011110110111101101100