Hello I am trying encoding an email but I cannot insert a BCC recipient.
I wrote the header as follow:
From: "Sender"<sender@email.it>
To: emailTo@email.it
Subject: =?ISO-8859-1?Q?Fw=3A_Information?=
Date: Fri, 24 Feb 2006 09:26:46 +0100
CC: emailcc@email.it
BCC: emailbcc@email.it
Organization:?ISO-8859-1?Q?ProgramName_-_=28c=29_SoftwareHouse_?==?ISO-8859-1?Q?2003-2004?=
MIME-Version: 1.0 (produced by Produc)
X-mailer: Mailer
Return-Path: <emaicc@email.it>
Content-type: Multipart/related; boundary="00287387_769C7084_boundary"
Content-Description: Multipart message
......
The other recipients receives the email but the bcc's does not... where
did I go wrong?
Thanks
marco