Hi, how do I add a CC mail address in PHPMailer running on a Linux server?
AddCC method only works on Windows: http://phpmailer.worxware.com/index.php?pg=methods
I tried with this method but the mail never arrives... I also tried with $mail->addCustomHeader('CC: [email protected]') without success.
Thank you.