Active
Project:
Simplenews Digest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 13:08 UTC
Updated:
9 Dec 2010 at 23:09 UTC
Hi,
I setup a digest which is supposed to email all nodes of two different content type from the past 24 hours. I then modified a few of my nodes to have a creation date/time within the 24 hour time gap. Even though the site claims that a digest was sent, nothing came to any of the subscribers.
Do these nodes need to be node types marked as newsletters in simplenews? If so, would I need to somehow mark the specific nodes for inclusion?
Did I miss a step? or is the dev version not ready for use.
Thanks,
Ano1
Comments
Comment #1
iko commentedidem
subscribing
Comment #2
rimu commentedMine aren't sending either.
It's now Aug 15th. I installed the module on Aug 7th. At the top of admin/settings/simplenews/digest_settings it says
Nodes created before: Aug 7, 2009 11:59:59 pm have been sent.
Newer nodes created between Aug 8, 2009 12:00:00 am and Aug 7, 2009 11:59:59 pm will be sent out on a cron run per the settings below.
Which seems a bit wrong... Why would it be still talking about Aug 8th??
Comment #3
rimu commentedooo I just changed the weekly settings to it sends on saturday instead of sunday, and the message above changed to be something much more sensible. I manually triggered a cron run, a newsletter was created in the 'sent' part of simplenews, but I never received any email.
Comment #4
rimu commentedAfter a second cron run, I got an email. :D
Comment #5
somebodysysop commentedI am having the same problem and am confused about how this is supposed to work.
1. I installed simplenews digest.
2. I went into simplenews digest and defined what nodes should be sent as digest and when (daily after 1:00am)
3. I created a page node that fit the digest requirements.
4. At 1:02am, a Simplenews issue node was created (default send status is "send now"), that consists of the title of the page node. However, this "digest" wasn't sent automatically.
5. It appears that the only way to send it is to save it manually. I was under the impression that simplenews digest would send it automatically.
Could someone please tell me what am I missing? Thanks!
Comment #6
mathieu commentedsubscribe
Comment #7
netpage commentedI have managed to get the Newsletters to be sent to the Sent Issues list with a 'Currently sending by Cron' icon. However these get sent individually at the next cron.
I will not know if these will also be sent as a Digest until tomorrow morning.
One problem I had before of not even getting this far seem to be linked to the fact that I was sending to a an email but not a user who was registered with Drupal. As soon as I changed the person to send the newsletter to I got the Newsletters being sent to the Sent Issues list; but I also had to select the 'Send Now' option when creating the newsletter.
Comment #8
netpage commentedAfter 9am I ran cron but no digest was sent. It is still created. When I go to /admin/content/node the Digest Newsletter is shown. It does not have a Type and it's Author is shown the User/1 user.
However when I try to edit it I get this error
Any idea what this error is?
Comment #9
lukspa commentedIts because simplenews is run in cron as anonymous user and checking if user has rights to 'send newsletter'.
Allow anonymous user to send newsletter and it should help.
Comment #10
iko commentedlukspa - (#9) is right : that was the solution.
The good idea would be to make it clear in the documentation, or in the project's page.
Thanks !
Comment #11
mathieu commentedTo put it midly "allowing anonymous to send newsletters" does not sound good...
Comment #12
netpage commentedEven allowing anonymous to send newsletters does not seem to generate the digest.
I am currently upgrading to 6.15 and will see what happens after the upgrade.
Comment #13
njacobson commentedI'm trying to use this module as well.
In the digest settings it looked like I HAD to choose a taxonomy term(s) to be included in the newsletter. I wasn't really using taxonomy on some of the content types that I wanted included (announcements, events) - so I created a new taxonomy category called 'newsletter' with items 'yes' and 'no'.
I setup the digest to send daily at midnight and to only send content for a handful of content types AND with the taxonomy term newsletter:yes. I created a new content node, with the taxonomy term newsletter: "yes" selected at about 11:55pm. Ran Cron. Ran Cron again at 12:02am. Ran Cron again at 12:09am. Still no email.
Also - made sure I was subscribed to the newsletter. I'm the admin - user #1 - so shouldn't be a permission issue.
Comment #14
excaliburst commentedThere is no problem with this as the anonymous user cannot create SimpleNews content by default. So no fear of misuse. Unless you also let AU create newsletters. Sending is just a 'backoffice function.
If you let AU create AND send - Then your in trouble (and a fool to boot).
BR
Morten E
Edit 15/2 2010
Oh by the way - the anonymous trick fixed my digest issues of not getting the newsletter out. Thanks guys.
Comment #15
j0nathan commentedSubscribing.