Closed (fixed)
Project:
Privatemsg
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2007 at 12:01 UTC
Updated:
2 Jan 2014 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
raintonr commentedLooks like this is partly solved with #135540: Multiple recipients
Comment #2
litwol commented1.8 is no longer maintained. i advise upgrade to 3.0
also this feature will not be backported to d5 after i build it into d6 because i no longer develop features for d5 unless some one contributes a patch.
Comment #5
findmashmind commentedAdded BCC field here admin/settings/messages/notify. When this field has a email address , Message copy will be send to this address as well. This patch works for drupal 6.x-1.x.
Comment #6
berdirNote that no new features will be added to the 6.x-2.x branch.
Also remember to set the state to needs review when you post a patch, this will trigger the testbot which will try out your patch.
Also:
1. This is not what this issue was about. Your patch is an extension to the notification system, this is about cc/bcc *within* private messages.
2. This should be easily possible using rules IMHO.
Nevertheless, below is a quick review of your code:
This must not be added as it is done automatically by the package, adding it manually would duplicate it.
You really don't want to put your own personal mail address in the default value :)
Unecessary trainling spaces here.
It would probably make sense to look up the users which with the provided mail address instead of using uid 1.
Comment #7
findmashmind commentedthanks for pointed out things. I added this changes to one of my project and I uploaded it hear as well. That's why i have used my email. i forgot to change that.
Any way if rules IMHO is easiest i will check that.
Thanks.
Comment #8
ptmkenny commentedMarked http://drupal.org/node/1912682 as a duplicate
Comment #9
ptmkenny commentedAs noted in #6, this kind of functionality can be implemented in Rules, so I'm closing this issue.
Comment #12
loze commentedCan someone point me towards an example of how to do this with vbo and rules.
I am able to create an action that can send a PM to selected users, but I am unable to expose the message fields in rules to the sending user.
can rules expose these fields for user input?
thanks.