I am trying to setup CakeEmail to use my gmail as my isp blocks port 25.
However, I am having a very frustrating problem trying to load the App::uses class.
I have tried placing it in many different locations and I still get the following error.
Fatal error: Call to undefined method App::uses() in C:\www\ash\app\controllers\songrequests_controller.php on line 3
I am not sure whats going on. Am I not loading something properly, or am I not placing it in the correct place?
<?php
App::uses('CakeEmail', 'Network/Email');
class SongrequestsController extends AppController {
http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
Thanks for any help. Regards,