I am using php mailer script for sending emails in my project. When i send mail with bcc using the below code
$mail->AddBCC(test@test.com)
The email received by test@test.com user but information content showed in the header of the email received doesn’t show BCC information as below.
Bcc: test@test.com
How can I achieve it. Thanks in advance.