[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/envio/
Upload File :
Current File : /var/www/clients/client35/web46/web/envio/mail.php

<?php
/*if(!empty($_REQUEST['nombre']) && !empty($_REQUEST['tel']) && !empty($_REQUEST['mail']) && !empty($_REQUEST['motivo']) && !empty($_REQUEST['comen'])){

	require("class.phpmailer.php");
	require("class.smtp.php");
	$mail = new PHPMailer();
	
	$mail->IsSMTP();
	$mail->SMTPAuth = true;
	$mail->Host = "smtp.bizmail.yahoo.com"; // SMTP a utilizar. Por ej. smtp.elserver.com
	$mail->Username = "presforza@abdsystems.com"; // Correo completo a utilizar
	$mail->Password = "rojo2000"; // ContraseƱa
	$mail->Port = 465; // Puerto a utilizar
	
	$nombre = $_REQUEST['nombre'];
	$email = $_REQUEST['mail'];
	$motivo = $_REQUEST['motivo'];
	$tel = $_REQUEST['tel'];
	$mensaje = $_REQUEST['comen'];
	
	//$casilla = 'info@autodromomabed.com';
	#$casilla = 'eduardotorres@abdsystems.com';
	#$casilla1 = 'liz.mndragon@gmail.com';
	#$casilla2 = 'irma.mkt@abdsystems.com';
	#$casilla3 = 'flerouxmz@gmail.com';
	
	$casilla ="info@autodromomabed.com"; 
    $casilla1 ="contactoabdsystems@abdsystems.com"; 
	$casilla2 ="gabrielbegar@autodromomabed.com";
	$casilla3 ="irma.mkt@abdsystems.com";

	$rn = "\r\n";
	$asunto = 'Contacto Autodromo M. Abed';
	$cabeceras = "MIME-Version: 1.0\r\n";
	$cabeceras .= "Content-Type: text/html; charset=UTF-8\r\n";
	
	$cuerpo_mail=' 
	<html> 
	<head> 
		<title>Documento sin t&iacute;tulo</title> 
		<meta http-equiv=\"\" content=\"text/html; charset=iso-8859-1\">  
	</head>
		<body style="font-family:Arial, Helvetica, sans-serif">
		 <div style="max-width: 700px; width: 97%; height: auto; padding: 10px; float: left;">
			<img src="http://autodromomabed.com/new/img/head.png" style="float: left; margin-bottom: 15px; width: 100%;" /><br>
			<p style="padding: 5px; font-weight: bold; font-size: 15px; margin-bottom: 10px; text-align: right; color: #b82015; float: left; width: 98%; margin: 0;">FECHA: <strong style="color:#616161; font-size:15px;">'.date('d/m/Y', time()).'</strong></p>
			 <p style="padding: 5px; font-weight: bold; font-size: 15px; text-align: right; color: #b82015; float: left; width: 98%; margin: 0; margin-bottom: 13px;">MOTIVO: <strong style="color:#616161; font-size:15px;">'.$motivo.'</strong></p>
			<p style="padding: 5px; font-weight: bold; font-size: 15px; margin-bottom: 10px; text-align: left; color: #b82015; float: left; width: 98%; margin: 0;">Usted recibi&oacute; un mensaje de <strong style="color:#616161;">'.$nombre.'</strong></p>
			<p style="margin-left: 15px; padding: 5px; font-weight: bold; font-size: 15px; color: #616161; text-align: justify; float: left; width: 98%; margin: 0;">'.$mensaje.'</p>
			<div style=" height: auto; float: left; width: 100%; margin: 0;">
			<p style="padding: 5px 5px 5px 0; margin: 0; font-weight: bold; font-size: 15px; color: #b82015; margin-top: 10px; border-top: 1px dashed #8F938B; width: 99%;">CONTACTO:</p>
			<p style="padding: 0; font-weight: bold; font-size: 15px; color: #616161; margin: 0 0 0 35px;">
				<strong style="margin-bottom:5px; color:#b82015;">E-mail:</strong><a href="mailto:'.$email.'"> '.$email.'</a><br>
				<strong style="margin-bottom:5px; color:#b82015;">Tel&eacute;fono:</strong> '.$tel.'
			</p>
			</div>		 
		  </div>
		</body>
	</html>';
						
				if(mail($casilla,$asunto,$cuerpo_mail,$cabeceras) && mail($casilla1,$asunto,$cuerpo_mail,$cabeceras) && mail($casilla2,$asunto,$cuerpo_mail,$cabeceras) && mail($casilla3,$asunto,$cuerpo_mail,$cabeceras))
				{
				 echo "1";
				}
				else
				{
				  echo "0";		
				} 
}
else
{
	
	header("Location:../contacto.php");
}*/

?> 

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r