Show "disclosed recipients" in "TO" box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to send an email to multiple people but not have that
list of people on the emails. This way I would not be sharing the name and
email address of all recipients with the other ones that I am sending it to.
I have seen this used on bellsouth.net. I use cox-internet.com. Is this the
reason I can't find it in the "tools"?
 
Are you doing this from an Access Database? If so, in the SendObject code
you could use a couple of options. 1) Loop through the recipients and send
them each their own email. This way you would only have one person listed at
a time. 2) Place the addresses in the BCC field instead of the To field.
 
This is an ACCESS newsgroup, not an OUTLOOK or OUTLOOK EXPRESS newsgroup.

Have you tried using the BCC field?
 
PS.

To show "Disclosed Recipients" in the To box, along with hiding the rest of
the recipients, create yourself an email address with the name of the
"person" being "Disclosed Recipients". Place this "person" in the To box and
the rest of the recipients in the BCC box.
 
Wayne Morgan said:
PS.

To show "Disclosed Recipients" in the To box, along with hiding the
rest of the recipients, create yourself an email address with the
name of the "person" being "Disclosed Recipients". Place this
"person" in the To box and the rest of the recipients in the BCC box.

Normally, that would be "Undisclosed Recipients", not "Disclosed" ones.
 
Back
Top