IsSMTP();
try {
$body= '
';
$body .='EL/La '.$ip.',
ha entrado en el articulo 10 experiencias románticas desde '.$_SERVER['HTTP_REFERER'];
$body .='';
$mmail='compras@experienciasvalencia.com';
$mail->Host = "ssl://mail.experienciasvalencia.es"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->Port = 465; // set the SMTP port for the GMAIL server
$mail->Username = "smtp@experienciasvalencia.es"; // SMTP account username
$mail->Password = "zb,poY8?}j.2]2~*"; // SMTP account password // GMAIL password
$mail->AddAddress('spam@experienciasvalencia.com');
$mail->SetFrom('info@experienciasvalencia.com', 'Experiencias en Pareja Experiencias Valencia');
$mail->Subject = $ip.' ha entrado en 10 experiencias Romanticas';
$mail->AltBody = 'To view the message, please use an HTML compatible email viewer!'; // optional - MsgHTML will create an alternate automatically
$mail->CharSet = 'UTF-8';
$mail->Encoding = 'quoted-printable';
$mail->MsgHTML($body);
$mail->Send();
} catch (phpmailerException $e) {
} catch (Exception $e) {
}}
//End Configs
include ($path.'/failove/hd/head.php');
//echo'';
if($dispositivo=='mobil'){
include($path.$parche.'/failove/second_articulos_new.php'); die();
}
include ($path.'/failove/index_second_articulos_new.php');
?>