Hi
I have recently been trying to create a php script for users who have forgotten thier password. It mails them the new password after creating a new one in the database. I am working on a windows platform and the database I am using is on my hosts remote server.
Everything is ok except it seems to throw up an error with the mail function. I dont know a great deal about mail, SMTP and php.ini so the following error thrown me a bit:
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\testsite\bookmark_fns.php on line 190
Your password could not be re-set - please try again later
Can someone decipher this and tell me what i would need to do in php.ini or how i would use ini_set()?😕
thanks for your help
cass27