![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/01/2004, 10:14
|
![Avatar de maralbust@netsc](http://static.forosdelweb.com/customavatars/avatar36276_1.gif) | | | Fecha de Ingreso: julio-2003 Ubicación: Santiago
Mensajes: 242
Antigüedad: 21 años, 7 meses Puntos: 0 | |
maestro mio, si ves el cidogo desdeel menu... VER--->CODIGO DE FUENTES...
aparece esto creo que es este tu problema:
<?php<br>
$sfrom=utf8_decode($email); //cuenta que envia<br>
$sdestinatario=utf8_decode($cuentato); //cuenta destino<br>
$ssubject=utf8_decode($elsubject); //subject<br>
$shtml=utf8_decode($elmsg); //mensaje<br>
$sheader="From:".$sfrom."\nReply-To:".$sfrom."\n";<br>
$sheader=$sheader."X-Mailer:PHP/".phpversion()."\n";<br>
$sheader=$sheader."Mime-Version: 1.0\n";<br>
$sheader=$sheader."Content-Type: text/html";<br>
mail($sdestinatario,$ssubject,$shtml,$sheader);<br >
echo"<BR><BR><center><fo nt size=+2>mensaje enviado</font></center>";<br>
?>
__________________ "La imaginacion es el limite" bee-freaks |