hi, i'm using the AkMailer to send emails and it works ok except for the bcc field. How must i set it? I have tried this, $this->set(array( 'recipients' => "xxx@yyy.com", 'bcc' => "uuu@ppp.com", 'subject' => "subject", 'from' => "from@xxx.com", 'content_type' => "text/html", 'body' => "" ));