Closed (won't fix)
Project:
Simplenews Scheduler
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 13:08 UTC
Updated:
8 May 2012 at 13:50 UTC
Would love the possibility to add a couple of newsletters in line.
Example: user subscribes and gets the first newsletter, second day he gets a second newsletter, third day the third one...
Here is how the Rules module gives you this option:
Format: 2010-10-14 12:03:30 or other values in GMT known by the PHP strtotime() function like "+1 day".
You may also enter a timestamp in GMT. E.g. use
echo time() + 86400 * 1;together with the PHP input evalutor to specify a date one day after the evaluation time.
Thank you!
Comments
Comment #1
joachim commentedI don't think that's covered by this module's use case.
What you seem to want is a personally-tailored sequence of mailings, where, for example, the 'Day 1' email would get sent at completely different times to different people: if user A registers on Jan 4, they get Day 1 email on Jan 5, whereas user B who registers on July 10 gets Day 1 email on July 11. That's a very interesting idea with a lot of potential, but totally out of the scope of this module, hence closing as 'won't fix'.
Comment #2
quasi commentedThank you joachim, for your extensive answer.
At the time I commissioned a module to add the desired functionality:
http://drupal.org/project/sequenced_newsletter
Unfortunately it seems that due to the lack of interest it has not been maintained since.