Active
Project:
Contact Role
Version:
5.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 May 2009 at 18:39 UTC
Updated:
12 May 2009 at 07:22 UTC
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
Comment #1
joachim commentedAs 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 :)