<?php //#######################################################################\\ //# Author: Christopher Schiffner - hide@address.com #\\ //# Filename: pandamailer_config.php #\\ //# Copyright: Creative Commons Attribution-Noncommercial 3.0 Unported #\\ //# #\\ //# License: This software is free to use for personal applications. #\\ //# There is a small registration fee for commercial #\\ //# applications. Please contact hide@address.com if #\\ //# you wish to use this program on a commercial website. #\\ //#######################################################################\\ //Please enter the email address you would like messages sent to $to="hide@address.com"; //This is where you would like users redirected to after the message has been sent. //The default setting is back to the contact form presenting a message that the message has been sent $redirect="http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/index.php?error=sent"; //This is a unique name for the session used by the captcha. The sessions name must start with a letter. $sessionIdentifier="pandamailer"; ?>