Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 18:14 UTC
Updated:
15 Apr 2012 at 23:31 UTC
Hi,
Is there a way to add a default cc or bcc to each email that is sent out from the site using this module?
Thanks
Comments
Comment #1
johnvHi, i added this code in a custom module (for D7-version). However, the mails are considered BCC, not CC.
It uses the user reference fields field_ in the nodes of type that are sent.
It would be nice if this (in some way) could be incorporated in the module.
Comment #2
jcnventura#1 for @beyond67: no there is no way to do that. The module sends all e-mails separately to each address, so a cc: or bcc: are indistinguishible from the original to:.. However what you're asking is to be able to add somewhere in the configuration page a list of addresses that will also receive the e-mail.. This wouldn't be complicated to do, but the module doesn't do it.
#2 for johnv: you're code is specific to your needs. This has no way to be part of the module.