Hi, I'm running a new install of WAMPserver on a windows machine acting as localhost using PHPformmail Classic v1.07.2.
I had another problem with my php.ini that I was able to fix by searching in the forum, but I could not find the information I needed on this one (which cropped up when I fixed the other one).
when my form submits the data, phpformmail returns the error message:
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\staab\formmail.php on line 451
I tried changing the SMPT from "localhost" to "gmail.com" (which is where I am trying to send the email), but that didn't do any good.
I'm kinda new to PHP and SMPT and such, so I'm really kinda clueless here. Would appreciate some help.
-Tim
Just in case, you can find some of my project files here:
http://code.google.com/p/grizzlyfirestarters/downloads/list
the redirect in the form never gets used anyway so I thought I'd just leave it.
I'm using PHP version 5.2.6 and Apache version 2.2.8.
thanks,
-Tim