R
|
RogerN 8/5/2019 |
I'm using this:
|
![]() |
Sergey Kornilov admin 8/6/2019 |
I don't know what might be wrong but it should work. Not enough info to provide a better advise. |
P
|
PaulM author 8/6/2019 |
I don't know what might be wrong but it should work. Not enough info to provide a better advise.
|
![]() |
lefty 8/6/2019 |
This is the full string but the bcc doesn't work $ret=runner_mail(array('to' => $email, 'bcc' => 'someone@bcc.com', 'subject' => $subject, 'htmlbody' => $msg, 'from'=>$from, 'fromName'=>$fromName)); I've also tried $bcc='someone@bcc.com'; $ret=runner_mail(array('to' => $email, 'bcc' => $bcc, 'subject' => $subject, 'htmlbody' => $msg, 'from'=>$from, 'fromName'=>$fromName)); I've tried it as a cc as well and that doesn't work. Only one email is sent/received
|