hi
-
how can i send bcc or cc please?
i trying to include it part of my array but i don’t find the way…this is my code:
$message = array(
‘subject’ => ‘my subject’,
‘from_name’ => ‘from title’,
‘from_email’ => [email protected],
‘to’ => [email protected],,
‘merge’ => true,
‘merge_vars’ => $merge_vars,
);
- The topic ‘hi’ is closed to new replies.