Hi,
Can somebody confirm if the bcc works in the runnermail function? Emails are being sent just fine but bcc no. I am using the settings below(as in documentation).
$ret=runner_mail(array('to' => $email, 'subject' => $subject, 'htmlbody' => $ebody, 'from'=>$from, 'attachments' => $attachments, 'bcc' => $bcc));
Thank you for any type of feedback.
C.