Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/07/2008, 15:04
Surfiction
 
Fecha de Ingreso: enero-2008
Mensajes: 132
Antigüedad: 16 años, 3 meses
Puntos: 6
Respuesta: Urgente!!Me falla el mail( ) en Php

Mete esto en un script y checa si te lo envia

Código PHP:
<?php
    $headers 
"MIME-Version: 1.0\r\n"
    
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n"
    
$headers .= "From: Contacto buracadasgrellas <[email protected]>\r\n"
    
$headers .= "Reply-To: [email protected]\r\n";
    
mail("[email protected]""Prueba""Prueba funcion mail()"$headers);
?>
__________________
surfiction.org