|
';exit;
if ( $ok && ($_SERVER['REQUEST_METHOD'] == 'POST') && referercheck() ){ //
$headers = "From: $from_name <".$_SERVER['SERVER_ADMIN'].">\nReply-To: $from_name <$from_email>\nX-Mailer: PHP/" . phpversion()."\n";
$full_message="Name: $from_name \nEmail: $from_email \nMessage: \n$request";
if (($to_email == 'chile1@chile-travel.com')or($to_email == 'bigchill@chile-travel.com')or($to_email=='chile3@chiletravelplus.com')or($to_email==$client['test'])){
$mail_one=mail($to_email,$subject,$full_message, $headers);
}else{
$mail_one=mail($to_email,$subject,$full_message, $headers);
$mail_two=mail("bigchill@chile-travel.com",$subject,$full_message, $headers);
if ($to_email2!=''){$mail_three=mail($to_email2,$subject,$full_message, $headers);}
}
echo '
Thank you for your interest! Your mail has been send and we will reply as soon as possible
Please use the menus and links above and on the sides to continue browsing our site.
';
}else{
?>
|