Oops!

Oops!

Thank You

Email Christian Day

If you want to contact Christian Day, please use the following email form

All fields are required. Please fill out the missing fields below.

Your Email address is missing or contains an error. Please make sure that it is formatted correctly below, in the format email@domain.com.

Your Full Name

" size="30">

Your Email

" size="30">

Subject

" size="30">

Questions or
Comments

"; $to = $email; $from = str_replace("\\'", "'", $from); $message = stripslashes(str_replace("\\'", "'", $message)); //this is customizes the subject of the email by adding something BEFORe what they entered in the subject field. // It is defined in the script beginning as $SubjectPrefix. $finalsubject = "$SubjectPrefix: $subject"; //finally to tweak up the body of the email buy using their message and then adding the ip address and time of send. $finalmessage = "$message ------------------------------------------------------------------------------ MESSAGE Sent: $datesent -- Ip ADDRESS: $ip"; //finally you have PHP send the mail... mail($to, $finalsubject, $finalmessage, "From: $from\nX-Mailer: The Witches' Voice"); //last but not least we close up the PHP script and THEN Tell the user that their email was sent successfully. // NOTE: the following success text also doesn't show up unless the $sendEmail variable is defined. ?>

Dear ,

Thank you for taking the time to email me. I will get back to you as soon as I can.

Many Blessings!

Return Home