i used login module in my webpage. in that by clicking on ‘forgot password?’ i need to give an email-address but by clicking on Send button the error is ‘could not install mail function’.
so, please give suggestion, my web page is running on localhost.
i used login module in my webpage. in that by clicking on ‘forgot password?’
Share
It appears your computer’s version of php does not have working mail. I would suggest you A: reinstall joomla, B: find the hash function in the php and replace the old password hash with a new one, or C: find a mail plugin for your version of xamp/wamp/whatever.