21/09/2010, 06:59
|
| | Fecha de Ingreso: agosto-2010 Ubicacin: Argentina
Mensajes: 2
Antigedad: 14 aos, 3 meses Puntos: 0 | |
Envio de correos metodo post -problema spam- HOLA A TODAS/DOS
HICE UN FORMULARIO Y SU CORRESPONDIENTE DESPACHO Y ME ENVIA TODO AL CORREO SPAM, AUN RECONOCIENDOLO ME SIGUE MANDANDO AL CORREO BASURA
ALGUIEN X FAVOR QUE EXAMINE MIS SENTENCIAS Y QUIZA PUEDA DESCUBRIR EL PO QUE DE ELLO....
GRACIAS
FORMULARIO DE ENVIO:
//////////////////// <?php
$cuerpo.=<<<EOF
<html>
<table>
<tr>
<td>Nombre</td>
<td>{$_POST['nombre']}</td>
</tr>
<tr>
<td>Telefono</td>
<td>{$_POST['telefono']}</td>
</tr>
<tr>
<td>Email</td>
<td>{$_POST['email']}</td>
</tr>
<tr>
<td>Consulta</td>
<td>{$_POST['detalle']}</td>
</tr>
</table>
</html>
EOF;
$para =$_POST["destino"];
$body = "
- DATOS DE CONSULTA DESDE EL SITIO XXX -
{$cuerpo}";
include_once 'class.phpmailer.php';
$mail = new PHPMailer(); // defaults to using php "mail()"
$mail->From = $_POST["email"];
$mail->FromName = "Juan";
$mail->Subject = "Mi Formulario";
$mail->AltBody = ""; // optional, comment out and test
$mail->MsgHTML($body);
$mail->AddAddress("$para","");
// attachment
if(!$mail->Send()) {
echo 'Error: ' . $mail->ErrorInfo;
header("Location:gracias.php?e=1");
}
else {
include ("admin/class-socio.php");
$socio=new class_socio();
$socio->setCorreoguardar($para);
$socio->guardaremail();
header("Location:gracias.php?e=0");
}
?>
PHP DE DESPACHO
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JUAN</title>
<style type="text/css">
<!--
body {
background-color: #FF4D20;
}
.Estilo1 {color: #FFFFFF}
-->
</style></head>
<form>
<p>
<div align="center">
<p style="color:#FFFFFF; font-family:Arial, Helvetica, sans-serif">
GRACIAS POR CONTACTARSE CON <br/>
JUAN <br/>
POR MEDIO DEL EMAIL <br/>
MUCHAS GRACIAS</p>
<input type="button"
value="Cerrar esta ventana"
onclick="window.close();">
</p>
<p style="color:#FFFFFF; font-family:Arial, Helvetica, sans-serif">
<?php
if(isset($_GET["e"])){
if($_GET['e']==0){
echo "Tu consulta ha sido enviada correctamente";
}else{
echo "Su consulta no ha sido enviada correctamente";
}
}
?>
</p>
</div>
</form>
<body>
<p> </p>
<p align="center"> </p>
</body>
</html>
//////////////////////GRACIASSSSSSSSSSSSS....................!!!!!!!!!!! !!!!!!!!
<a href=http://www.bestmarket.com.ua/ >canon fc 128 картридж</a>
<a href=http://www.bestmarket.com.ua/ >заправка картриджей panasonic</a>
<a href=http://parts.autosites.com.ua/ >продать запчасти</a> |