if(isset($_POST[Send])){
$cuerpomail='';
$html_body = '
CONTACT FROM New Generation of Luxury Theater Seating
CONTACT FROM New Generation of Luxury Theater Seating
Name: '.$_POST[name].'
Town, Country: '.$_POST[town].'
E-mail: '.$_POST[email].'
Phone: '.$_POST[phone].'
Message: '.$_POST[message].'
';
$to_nombre='Administrador'.' '; //dejar espacio al final
$to_email='[email protected]';
//$to_email='[email protected]';
$from_nombre='VIP-New Generation of Luxury Theater Seating - Microsite'.' '; //dejar espacio al final
$from_email='[email protected]';
$reply_to='[email protected]';
$asunto_mensaje='CONTACT FROM New Generation of Luxury Theater Seating';
$cabeceras_cli = 'From: '.$from_nombre.'<'.$from_email.'>'."\r\n";
$cabeceras_cli.= 'Reply-To: '.$reply_to."\r\n";
$cabeceras_cli.= 'MIME-Version: 1.0'."\r\n";
$cabeceras_cli.= 'Content-type: text/html; charset=utf-8'."\r\n";
mail("$to_nombre<$to_email>",
stripslashes($asunto_mensaje),
stripslashes($html_body),
$cabeceras_cli);
}
?>
KEYTON - New Generation of Luxury Theater Seating - Contact
include ('footer.php'); ?>