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).

Comments

danepowell’s picture

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 :(

David Goode’s picture

Status: Active » Postponed

Check out http://drupal.org/node/260595 to see if this can be incorporated there.

David

danepowell’s picture

Status: Postponed » Needs review
StatusFileSize
new1.35 KB

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

danepowell’s picture

Version: 6.x-2.0 » 6.x-2.x-dev
Component: Code » PHPMailer
danepowell’s picture

StatusFileSize
new1.23 KB

Sorry, I forgot to fix the directory tree in that patch...

danepowell’s picture

StatusFileSize
new1.23 KB

Very very minor change to fix formatting

fp’s picture

StatusFileSize
new1.63 KB

The patch was failing for me so here's an updated version.

I made some minor changes to the wording but the otherwise, the code looks good.

danepowell’s picture

Status: Needs review » Reviewed & tested by the community
danepowell’s picture

I notice this didn't make it into the latest dev release, any particular reason?

danepowell’s picture

Can we go ahead and get this committed so we can port to 4.x?

jose reyero’s picture

@Dane,

As a general policy we are not adding new features for 2.x branch.

However if you want some of these small features in 2.x please go ahead (you have cvs access), let me know when you think we should put out a new release.

danepowell’s picture

Status: Reviewed & tested by the community » Fixed

Thank Jose- I didn't want to be too cavalier about committing to a project that's not really mine. This will be committed to both 2.x and 4.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.