authake
authake copied to clipboard
Email failed
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');