You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the the app/Config/email.php setup correctly. The problem is authake doesnt use these settings. I fixed the problem by changing the file Controller/userController.php to use :
$email = new CakeEmail('default');
The text was updated successfully, but these errors were encountered:
After registration I get this message :
"Could not send email."
I have the the app/Config/email.php setup correctly. The problem is authake doesnt use these settings. I fixed the problem by changing the file Controller/userController.php to use :
$email = new CakeEmail('default');
The text was updated successfully, but these errors were encountered: