Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/04/2002, 12:42
aone
 
Fecha de Ingreso: abril-2002
Mensajes: 26
Antigüedad: 22 años
Puntos: 0
Re: Contenido Html En Un Mail !!!!!!!!!!!!!

<?php
$entero = "";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: aone OnLine <[email protected]>\r\n";
mail("[email protected]","Acerca de aone OnLine",$entero,$headers);
?>