![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
Hola necesito enviar correo desde mi pagina pero me creen si les digo que tengo dias con este problema soluciono uno y aparece otro, en relidad estoy comenzado a trabajar con php y he configurado mi php.ini de la siguiente forma:
[mail function]
; For Win32 only.
SMTP = hotmail.com ; for Win32 only
ya probe con SMTP = smtp.hotmail.com y tampoco ; For Win32 only.
sendmail_from= [email protected] ; for Win32 only
y mi codigo es el siguiente: :
<html>
<head>
<title>Ejemplo de PHP</title>
</head>
<body>
<H1>Ejemplo de envio de email</H1>
<? if ($direccion!=""){
mail("[email protected]",$asunto ,$mensaje,"FROM:$direccion");
echo "Se ha enviado un email a la direccion: [email protected] ";
echo "<p><a href=Envio_email.html>Volver</p> \n";
}
?>
<br>
</body>
</html>
quemas tengo que hacer mi plataforma es Windows 98 y mi servidor web es personal web server... si alguien tiene idea de mi problema le estare muy pero muy agradecida... GRACIAS! ;)