Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/04/2007, 13:39
elkronos
 
Fecha de Ingreso: septiembre-2004
Mensajes: 66
Antigüedad: 19 años, 7 meses
Puntos: 0
Re: ayuda con esto!!!!!

aqui un ejemplo de como se usa la funcion mail espero que te sirva
<?php
$body="<em>HTML</em> formatted <strong>Message</strong";

$headers = "From: [email protected] \r\n";
$headers.= "Content-Type: text/html; charset=ISO-8859-1 ";
$headers .= "MIME-Version: 1.0 ";
/*notice there aren't any \r\n after the second two header additions. This is what made this version work correctly*/
mail("[email protected]", "An HTML Message", $body, $headers);
?>


tambien mira aqui el manual

http://www.php.net/manual/es/ref.mail.php