Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/03/2005, 12:44
Avatar de chechun
chechun
 
Fecha de Ingreso: diciembre-2001
Ubicación: Córdoba - Capital - Alber
Mensajes: 348
Antigüedad: 22 años, 4 meses
Puntos: 0
a ver si esto te sirve:
Código PHP:
<?php
$sfrom
="[email protected]"//cuenta que envia 
$sdestinatario="PABLITO"//cuenta destino 
$ssubject="Registro de tu cuenta"//subject 
$shtml="<body>
password: <b>" 
$password ":</b><br>usuario: <b>" $usuario ":</b>
  <br>
  <br>
  Saludos<br>
</body>"
;//final del mensaje 
$sheader="From:".$sfrom;
$sheader=$sheader."X-Mailer:PHP/".phpversion()."\n"
$sheader=$sheader."Mime-Version: 1.0\n"
$sheader=$sheader."Content-Type: text/html"
mail($sdestinatario,$ssubject,$shtml,$sheader); 
?>
Espero que te sirva :s no se si lo puse bien, pero algo asi es..! ;)