Closed (fixed)
Project:
Node Reminder
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 07:20 UTC
Updated:
11 Jan 2012 at 02:14 UTC
Greetings,
I have need of a module that can accept the following options:
1. Send out event reminder e-mails on a recurring basis (i.e. for repeated events).
2. If I have 20 events in a week, I might not want to send out 20 e-mails, but have everything in one e-mail. (i.e. maybe send an e-mail each Monday containing all of the events for the week).
Can your module do this? Or if not, is there another one that can?
Thanks,
-Kojow
Comments
Comment #1
indytechcook commentedHello Kojow,
1. This is implemented yet, but it is planned. It will be a checkbox on the form that says "repeat"
2. This is currently not a feature of node_reminder. I plan on integrating the messaging module which would allow for this functionality.
There is no other module that has all of you needed functionalist. I looked long and hard before creating this module.
Comment #2
indytechcook commentedSee this patch for adding repeat reminders. #673468: Repeat Reminders
Comment #3
apt94jesse commentedCheck out SunMailer, it's a great option for sending a digest of content based on views you can configure.
Comment #4
Wes Ashworth commentedsub
Comment #5
fizk commentedRepeat reminders has been fixed and committed.
See #1400454: Integrate with the Messaging module for integration with the Messaging module.