BCC Support
Dane Powell - May 14, 2009 - 23:36
| Project: | Messaging |
| Version: | 6.x-2.x-dev |
| Component: | PHPMailer |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I would be interested in seeing BCC support implemented, so that (for instance) one can use Messaging as part of a mailing list, and the messages can be addressed to mailinglist@example.com while actually being distributed to everybody on the mailing list via BCC.
I am happy to work on this myself if you can point me in the right direction. I think basically you would just have to be able to specify an addressee type for each addressee (To, CC, or BCC).

#1
I am currently investigating how to implement this on a messaging-method-specific basis - i.e., a checkbox on the PHPMailer settings page for "Send messages to multiple recipients as BCCs". It sounds like PHPMailer might not have good BCC support, however :(
#2
Check out http://drupal.org/node/260595 to see if this can be incorporated there.
David
#3
I figured out how to arrange this with PHPMailer. I don't know if it's possible to incorporate this with the other issue, I just made it an option at admin/messaging/settings/method/phpmailer
#4
#5
Sorry, I forgot to fix the directory tree in that patch...
#6
Very very minor change to fix formatting