bcc
a_lua - May 11, 2009 - 18:39
| Project: | Contact Role |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | a_lua |
| Status: | active |
Jump to:
Description
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

#1
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 :)