Hey,
I have the following error when I try to send email :
{{{
Fatal error: Call to a member function addScript() on a non-object in /home/st3ph/public_html/me/yelloo.fr/front/cake/libs/view/helpers/javascript.php on line 283
}}}
The code to send email :
{{{
$this->Email->to = 'dest@email.com';
$this->Email->subject = 'a subject';
$this->Email->replyTo = 'email@mydomaine.com';
$this...
