I am having problems with the forgotten password function Ion_Auth.
I downloaded the library and called the function, passing the email address (from the input field).
An email template exists on the server (like all relevant files), and the function actually returns TRUE, checked using the IF NOT statement.
However, no emails are sent. Now I know that the CI email function works, as I did fast mail using the email library and it sent the message without any problems.
I tested the Ion_Auth library and found that it finds the user and generates an email using the template, and it returns TRUE after doing $ this-> ci-> email-> send ()
So how can this be when no letter is received?
source
share