Raymond Kennington wrote:
> Hello.
> 
> One of my developed has been using this component to send messages
> for 13 years. 
> No problems! Thanks!!
> 
> Now I am incorporating the code into another project, and I would
> rather use Bcc instead of cc - because I don't want the receiver to
> know who else the message is being sent to. 
> 
> Is Blind carbon copy possible with this component?

Of course it is. The easiest way is to use method 
RcptNameAdd(const ToList, CcList, BccList: string) as shown
in MailSnd demo in order to specify the recipients.
List separator is either ";" or ",".
A Bcc recipient simply isn't listed in the email header.
Means do neither assign Bcc recipients to property HdrTo nor
to HdrCc.

-- 
Arno

 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to