Hey all,
I'm trying to get my feedback form working here, I've tested it on my machine (just with a local web server running), and it works fine. Probably because I went into php.ini and set it to the right thing myself. Now, when I take the same script to the real world server, all I should have to do it add this line of code to the top of the script:
ini_set ("SMTP", "mail.mysmtphost.com");
right?
Well, something's going wrong, because it's not working. Any ideas?