Yo por estos lados nuevamente, 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? si es así ¿como lo pruebo?, 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