Closed (fixed)
Project:
Simplenews
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 18:39 UTC
Updated:
7 Jun 2011 at 20:02 UTC
I was looking for the feature to let users define the interval they want to get the newletter, for example , daily, monthly, etc...
Thanks!!
Comments
Comment #1
miro_dietikerSimplenews itself is about sending single newsletters.
It is not about creating automatically creating aggregated content.
So, define the newsletter lists in the way you like (e.g. name them "weekly" and "monthly" and provide appropriate content.
You as administrator decide the moment and the content to send to all recipients.
Note there is a scheduler that allows to send newsletter issue copies on a periodical basis and possibly other interesting modules for things youlike.
For aggreagted autocreated newsletters, check also notifications module.
Comment #2
Oscar Illada commentedOK but as admin, how i define the interval for those newsletters (monthly, weekly), give me some example please!!!!
Comment #3
simon georges commentedSimplenews only handled manually triggered newsletters.
For sheduling, look at Simplenews Scheduler, for example, or implement your own solution based on
hook_cron().Comment #4
Oscar Illada commentedOk thanks, another question, is there a possibility to put the scheduler to a certain newsletter not to a node???
Comment #5
simon georges commentedWell... Simplenews does send a node, so... admitting you're scheduling a newsletter... what would you send ? The last node tagged with the newsletter term ? Any node created between the two mass-mailings ? There doesn't seem to be a rule applicable every time, so you will have to build this functionnality, the module does not provide it.