Hello

I install an use contact role, it works perfect exepte the bcc :( all my users receive the msg and they can see the bcc and the emails from all members...

Any idea?

ty for your help

kiss

Comments

joachim’s picture

As far as I can tell, there isn't a bcc setting in http://api.drupal.org/api/function/hook_mail_alter/5.
The only way to do this would be to split all the addresses up and send out lots of individual mails using http://api.drupal.org/api/function/drupal_mail/5.
I'd suggest doing it with a different email address pattern for address you want sent separately, such as user-n@blind.

I don't have time to look into new features for this module right now, but I'll look at a patch :)