Estoy usando phpmyadmin y me bajé el servidor de mail PostCast Sever.
Lo instalè y en php.ini cambie a localhost.
Haciendo una prueba haber si me funcionaba hice este ejemplo
Código PHP:
<?php
mail("[email protected],[email protected]","asuntos","Cuerpo del mensaje")
?>
Pero me sale el siguiente Error
Código PHP:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:AppServwwwPROYECTOmail.php on line 2
Saludos