fogot password
2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 21, 2010 (RSS)
By concrete - April 21, 2010
I would like to know where i can edit the function that sends the automated email for the forgot password page.
I need to change it to send via smtp
I need to change it to send via smtp
Re: [concrete] fogot password
By Jason - April 21, 2010
Hi,
The main function would be found in cmsAdmin/lib/admin_functions.php using a function called forgotPassword. This calls a function called sendMessage() that would be found in common.php.
This function uses the PHP mail() function, which does use smtp, so you may not need (or want) to change it.
Are you having issues with the Forgot Password function? If so, we could try to troubleshoot those for you.
Hope this helps.
The main function would be found in cmsAdmin/lib/admin_functions.php using a function called forgotPassword. This calls a function called sendMessage() that would be found in common.php.
This function uses the PHP mail() function, which does use smtp, so you may not need (or want) to change it.
Are you having issues with the Forgot Password function? If so, we could try to troubleshoot those for you.
Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/