Closed (fixed)
Project:
Simplenews Digest
Version:
5.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 06:17 UTC
Updated:
16 Feb 2009 at 23:20 UTC
In my settings the status report is saying the wrong date. It says:
No digest newsletters have been sent.
Newer nodes created between Nov 22, 2008 10:11:14 am and Nov 29, 2008 11:59:59 pm will be sent out on a cron run per the settings below.
Drupal date and time are correct. Thanks for your help.
Comments
Comment #1
duckjerk commentedAfter further investigation, I think I just don't understand how this module is suppose to work, and how to set it up.
Comment #2
Steve Dondley commentedIf you have the module set up but no cron running, the date time will lag far behind the actual date/time. I think this is the problem you are seeing. To fix this, you would need to keep hitting cron.php until the newsletters are sent. To speed this up, decrease the frequency with which newslettes are sent out (like once every 6 months) and then set back to a more normal interval.
Comment #3
duckjerk commentedRight, I figured that out, however are emails suppose to be sending during those cron runs? Because I did that till I got to the current date but never received any emails from those cron runs. So is it just because all the taxonomy terms I selected to be send were made before I installed the module?
Comment #4
Steve Dondley commentedThe module will send emails so long as:
1) Nodes between the start and finish time exist AND
2) those nodes have the taxonomy terms you selected exist AND
3) those nodes are the content type you selected.
Comment #5
duckjerk commentedThanks I think everything is working now.