Hi
Confused - what do I need to do to get Privatemsg to email new message notifications? I have subscriptions installed, but can't see any admin or user account settings for 'email me notifications'...?
I have a feeling 5.x-2.x came with an additional module for this, but I don't see that now?
I'm running Privatemsg 5.x-3.x-dev with Subscriptions 5.x-2.1.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | pm_subscriptions.zip | 1.17 KB | budda |
Comments
Comment #1
Jason Dean commentedHmm I think I've answered my own question. Just seen that the Privatemsg code tries to invoke module PM_subscriptions... but that module isn't included with the 5.x-3.x release. So guess we just need to be patient :)
Comment #2
limwork commentedIs subscriptions activated on the Privatemsg 5.x-3.0? If yes, I would like to know how to activate it too. Thanks!
Comment #3
Jason Dean commentedNo it doesn't seem to be. The module that handled Subscriptions emailing wasn't bundled with 5.x-3.x for some reason - I think there had been some problems with it.
Emailing from Privatemsg may possibly take a new route now - check out this patch which does work with 5.x-3.x. I'm using it and it works a treat. http://drupal.org/node/236667
Comment #4
litwol commentedI am not involved with the subscriptions for drupal 5 in any way. so i have no knowledge of what needs to be done (plus no time to figure out).
I will accept a patch (one patch to rule them all) to enable this to work.
Comment #5
buddaI just knocked out a quick tiny module to scratch an itch. It queues up notification emails and sends them on cron. It only does individual messages and has no settings. Just install and activate.
Edit the module to amend the message content. Do as you wish with it. :)
Comment #6
litwol commentedThanks budda, i will mark it as fixed.