I am running Apache and PHP (lastest versions of each) on my PC and want to use PHP's mail() function, but I don't know what to configure or install so that I can. I get the following 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()
I think I need to install a mail server if Apache doesn't have one but I don't really know. Any help appreciated.
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()
I think I need to install a mail server if Apache doesn't have one but I don't really know. Any help appreciated.
