Hi,nuSendEmail($to, $from, $fromname, $content, $subject, $filelist, $html = false, $cc = "", $bcc = "", $reply_to_addresses = array())
I send 2 emails with php after saving my form. user1@domain.com and user2@domain.com receive the email but not the ones in copy and also the from and fromname are not transmitted.
Can someone tell me if I'm doing something wrong?
nuSendEmail('user1@domain.com','admin1@domain.com','nuBuilder','content','subject',[],false,'mycc1@domain.com','mybcc1@domcain.com,[]);
nuSendEmail('user2@domain.com','nuBuilder','admin2@domain.com','content','subject',[],false,'mycc2@domain.com','mybcc2@domcain.com,[]);