Hi there,
I use Xampp 1.4.13 as a web server application on my machine to test scripts.
I installed the form, and it gives 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 C:\xampp\htdocs\phpform\use\Kontakt\process.php on line 22
I edited php.ini files and insserted:
ini_set("smtp_port", 25);
But no go. It doesn't work. Any idea?
ilterocktive
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I use Xampp 1.4.13 as a web server application on my machine to test scripts.
I installed the form, and it gives 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 C:\xampp\htdocs\phpform\use\Kontakt\process.php on line 22
I edited php.ini files and insserted:
ini_set("smtp_port", 25);
But no go. It doesn't work. Any idea?
ilterocktive
check response on Microterra forums.