Closed (fixed)
Project:
Messaging
Version:
6.x-2.x-dev
Component:
PHPMailer
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 23:36 UTC
Updated:
25 May 2010 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
danepowell commentedI 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 :(
Comment #2
David Goode commentedCheck out http://drupal.org/node/260595 to see if this can be incorporated there.
David
Comment #3
danepowell commentedI 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
Comment #4
danepowell commentedComment #5
danepowell commentedSorry, I forgot to fix the directory tree in that patch...
Comment #6
danepowell commentedVery very minor change to fix formatting
Comment #7
fp commentedThe 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.
Comment #8
danepowell commentedComment #9
danepowell commentedI notice this didn't make it into the latest dev release, any particular reason?
Comment #10
danepowell commentedCan we go ahead and get this committed so we can port to 4.x?
Comment #11
jose reyero commented@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.
Comment #12
danepowell commentedThank 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.