Warning: mail() [function.mail]: SMTP server response: 550 Delivery is not allowed to this address. in \public_html\olvide_clave2.php on line 135
Y me dice que se envio el mail
Mi script:
Código PHP:
$header = 'From: ' . $mail . " \r\n";
$header .= "X-Mailer: PHP/" . phpversion() . " \r\n";
$header .= "Mime-Version: 1.0 \r\n";
$header .= "Content-Type: text/plain";
$asunto = 'Contacto';
$cuerpo = "lalalala";
mail($email, $asunto, utf8_decode($cuerpo), $header);