I have tried to create a 'contact us' page in php just for practice . Customers could send their feed back to the server. I use Xampp with php 5. server name is localhost. When I send a test email the following error occurred. People tell that I have to change php.ini, but I have no idea about that.
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:\xampp\htdocs\test\CH04Index01\contact.php on line 26
PLEASE HELP ME....
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:\xampp\htdocs\test\CH04Index01\contact.php on line 26
PLEASE HELP ME....