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

joachim’s picture

Status: Active » Closed (won't fix)

I 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'.

quasi’s picture

Thank 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.