This topic is locked
[SOLVED]

 BCC in RunnerMail

5/11/2020 3:33:18 AM
PHPRunner General questions
C
CTom author

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.

C
CTom author 5/15/2020

Added bcc in the arguments:
'bcc' => 'email address here'
This software is mazing.