is_valid) { $valid = "Y"; } else { # set the error code so that we can display it $error = "You have entered the incorrect words from the image"; } if (!$error) { $message = nl2br($message); $htmlmessage.="This message was sent from the customer service form on the website.

"; $htmlmessage.="Name: $firstname $lastname
"; if ($company) $htmlmessage.="Company: $company
"; if($email) $htmlmessage.="Email: $email
"; if($phone) $htmlmessage.="Phone: $phone
"; if($message) $htmlmessage.="Message: $message
"; include_once("class.phpmailer.php"); $mail = new PHPMailer(); $mail->From = $email; $mail->FromName = "$firstname $lastname"; $mail->AddAddress("ian@spice-quest.com"); $mail->IsHTML(true); $mail->Subject = "Spice Quest Contact"; $mail->Body = $htmlmessage; $mail->Send(); header("location: thanks.php"); exit; } } include_once("topnav.inc"); ?>

Contact Spice Quest
Company
First Name
Last Name
E-mail
Phone

How can we help you?

   
You can reach us between the hours of 8:00 AM and 5:00 PM PST,
Monday through Friday at 805-426-9726.

Mailing Address:
19528 Ventura Blvd #127
Tarzana, CA 91356