I have problem with php mail()
function on localhost server. I can't test my email application on localhost when i'm trying to send emails with php function
mail()
.
I'm getting this error
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 F:wampwwwproductajax.php on line 64
I'm using WAMP server and if anyone knows solution please help me.
Question&Answers:os