Re: Phpmailer compoent error

2007-10-12 Thread Chris
Hi Danielle, On Oct 12, 5:34 pm, Danielle Tilley <[EMAIL PROTECTED]> wrote: > Have you told the the UsersController to use the email component? > > var $components= array('Email'); I was about to say "off course I have", but I'd declared var $components= array('email'); instead, (no capital E

Re: Phpmailer compoent error

2007-10-12 Thread Danielle Tilley
Have you told the the UsersController to use the email component? var $components= array('Email'); Chris wrote: > Hi Guys > > I've been trying to use the PHPMailer Compoent as described in > http://bakery.cakephp.org/articles/view/sending-email-with-phpmailer > > But I get the following error.

Phpmailer compoent error

2007-10-12 Thread Chris
Hi Guys I've been trying to use the PHPMailer Compoent as described in http://bakery.cakephp.org/articles/view/sending-email-with-phpmailer But I get the following error.. Fatal error: Call to undefined method stdClass::send() in F:\xampplite \htdocs\cake\app\controllers\users_controller.php on