Ver Mensaje Individual
  #15 (permalink)  
Antiguo 25/03/2003, 15:27
Avatar de j-diego
j-diego
 
Fecha de Ingreso: diciembre-2002
Ubicación: Cochabamba
Mensajes: 63
Antigüedad: 21 años, 4 meses
Puntos: 0
este es el sript que utilizo

<?php
$message="<html><body><img src='http://www.webbolivia.net/imagenes/banner.jpg'></body></html>";
$headers.="Mime-Version: 1.0\n";
$headers.= "Content-Type: text/html; charset=iso-8859-1\n";
mail("[email protected]","El tema", $message,
"From: webmaster@$SERVER_NAME\nReply-To: webmaster@$SERVER_NAME\nX-Mailer: PHP/",$headers . phpversion());
?>
__________________
Gracias.