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