SyntaxFix
Write A Post
Hire A Developer
Questions
If you need to add emails as CC or BCC, add the following part in the variable you use as for your header :
$headers .= "CC: [email protected]".PHP_EOL; $headers .= "BCC: [email protected]".PHP_EOL;
Regards