Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/04/2005, 18:03
Avatar de Gabriel0702
Gabriel0702
 
Fecha de Ingreso: febrero-2005
Mensajes: 155
Antigüedad: 19 años, 1 mes
Puntos: 0
Código de ejemplo

Ahí va un código de ejemplo, espero que te sea de utilidad
Código PHP:
<?php
$Mensaje
='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or
g/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
esta es una <strong>prueba</strong> de <em>algo</em>
</body>
</html>'
;
mail("[email protected]""Página"$Mensaje,
     
"From: [email protected]\r\n" .
     
"Reply-To: [email protected]\r\n" .
     
"Content-Type: text/html; charset=ANSI_X3.4-1968\r\n" .
     
"Content-Transfer-Encoding: quoted-printable\r\n" .
     
"charset: iso-8859-1\r\n" .
     
"X-Mailer: Wash & Doro Software" .
     
"");
?>

Cualquier duda, escribes.