Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/07/2009, 21:18
Kataky
 
Fecha de Ingreso: febrero-2009
Mensajes: 22
Antigüedad: 15 años, 2 meses
Puntos: 0
Duda? Envío de mail en localhost

Agradecería que me aclararan una duda, según lo que he leído dicen que dentro del servidor local (localhost) no se pueden enviar mail ¿es cierto?, tengo un script chiquitito, solo de prueba:

mail.php
<?
mail("maildestino","asuntillo","Este es el cuerpo del mensaje");
?>

mi php.ini:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
sendmail_from = "mail"

y recivo un mensaje:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in