
29/04/2005, 02:35
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 54
Antigüedad: 20 años Puntos: 0 | |
En php simplemente con esto:
$recipient = <destinatario>;
$subject = "Hola";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: <remitente>";
$headers2 .= "-f{<remitente>}";
$message = "Hola caracola";
mail( $recipient, $subject, $message, $headers, $headers2 );
Envia el mensaje a clientes outlook, hotmail, gmail, yahoo... en html normal y a los clientes webmail pone lo de Parte(s): 1 unnamed text/html 39.81 KB que he comentado arriba y cuando se abre se ve super bien en html.
Como consigo esto en asp?
__________________ Silvia - Castellón :arriba: |