HTML - Smtp
I have created a feedback form using php, however i do not how to change m smtp settings from one of the php files. alo i am using wamp server to run the form.
I need help urgntly so any help would be appreciated. Thanks in advance. Similar TutorialsI have created a php file for a feedback form...if i use it and click the submi button an eror comes up: 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:\wamp\www\test.php on line 16 I was told to find this path file C:\wamp\bin\php\php-[your-version]\php.ini and change its smtp settings. I have no idea how to change the smtp settings and what to change it to. any help would be much appreciated. |