Needs review
Project:
Messaging
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jan 2008 at 10:53 UTC
Updated:
29 Apr 2015 at 23:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amitaibusubscribe
Comment #2
mercmobily commentedHi,
I changed the title, since "Workflow-ng" is now called "Rules".
Any news on this one?
Merc.
Comment #3
fagofor 5.x it's workflow-ng, for 6.x it's rules.
Comment #4
jose reyero commentedNew features only for 6.x branch
Comment #5
dan_aka_jack commentedsubscribing
Comment #6
fagoComment #7
jose reyero commentedHey fago, I got started with some modules here, not really working yet but it's some start:
http://code.developmentseed.org/messaging_processor/dashboard
(This handles only incoming messages so far)
Comment #8
ycimlynn commentedsubscribe
Comment #9
k3vin commented+1
Comment #10
Encarte commentedsubscribing
Comment #11
gausarts commentedsubscribing. Thanks
Comment #12
peterpoe commentedThere you go!
This adds hooks with rules that provide two new Messaging actions:
- Send a message to a user
- Send a message to an arbitrary recipient
For every action, you can choose the sending method (mail, sms, etc).
Needs a lot of testing, so far I have tried only with mail, mimemail and "simple" methods.
So drop the messaging.rules.inc file in you messaging module folder and test test test!
Comment #13
boobaaSubscribing.
Comment #14
jose reyero commentedThis would be welcomed as a patch for 4.x
Comment #15
rickvug commentedSub.
Comment #16
corbacho commentedsubscribing.
Comment #17
Anonymous (not verified) commentedremoved
Comment #18
sashainparis@Jose: why this code would not be working fine as is for 6.4 messaging version.
Could you give me some directions on this? I am interested in making this work.
Alexandre
Comment #19
jacoblane commented@ #7 Jose, is there a plan to officially release messaging_processor?
Comment #20
gomanual commentedThe include provided in #12 is almost what I'm looking for. Rules provides three mail functions:
1 and 3 are provided, but (of course) I need number 2 :D I'll take a look at the code and see if I can figure it out, but I don't have much experience with coding with Drupal yet, so I don't have much faith that I won't just break it outright.
Comment #21
roderikThe patch in #12 pretty much works for 6.x-4.x-dev too.
The only possible thing: setting the sender isn't possible anymore using $message['sender_account']. (I don't know if that was supposed to be working in 2.x; there was a bug in the code anyhow...)
Here's one with a few small fixes. I tested stuff, and believe it's good to go...
Comment #22
scarvajal commentedSubscribing
Comment #23
roborn commentedI confirm that the patch in #21 is working with 6.x-4.x-dev.
Only feature missing is sending message to all users of a role.
Here's a patch that uses the logic on system.rules.inc for that feature.
Comment #24
nicholas.alipaz commentedAlthough this is a really old thread, this does not seem to have ever been integrated. I would like to also point out that this does not seem to allow setting the messaging template for the messages sent by rules.