I am using WAMP and testing my form to see whether it sends to the specified email. It comes up with this error.
Warning: 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:\wamp\www\process.php on line 56
Line 56 is this:
if (mail($to, $subject, $message)):
Any idea to why this message is appearing?