I am using Digest notification for one of my WP website. Is there a way or an option that I can set the email frequency to either immediate or monthly?
if yes, may I know what code should I add or what settings do I need to enable?
many thanks and appreciate your help.
Hi,
I have more or less developed a function, based on:
add_action( 'save_post', 'send_notification_function' );
that emails to a determined recipient, when changes on a post are made (post status, post content, post meta, published, send to review, etc…).
I want to add this as an extra event to the queue of your plugin, can you guide me in how to achieve this?
Thanks!
]]>I just noticed yesterday that new users are not receiving their password set(reset) emails when Digest Notifications is active.
I played around with /includes/pluggable.php for a few minutes, changing $notify = ''
to $notify = 'both'
in line 61 which worked, sort of, but it also sent out the admin notification emails too rather than adding those to the digest queue. I ran out of time to work up a solution but maybe this will help in that direction.
Actually, my opening statement isn’t quite accurate. The sites that I use Digest on are membership sites (more or less) where I also use Theme My Login. On the sites that have the Custom Emails module active in Theme My Login, new users were receiving their emails.
My temporary fix is to activate that TML module on each site that is running TML and Digest Notifications.
]]>I’m really liking this plugin, but with WordPress 4.3, Digest Notifications seems to be causing the new user email (that gets sent to new users) to have “password: both” instead of the password reset link that is now default in WordPress 4.3.
If I have time I might look into fixing this, but for now I’m having to deactivate the plugin so my clients can add new users.
]]>Hi
I need something that allows the users subscribe to comments, and at the same time allows them to receive only one digest email ofabout latest comments every day. More ideally, I would like to enjoy a notification system that resembles BVulletin. It notifies the user only once, and does not send further emails until they visit the website. Something like that:
A new comment has been sent in the post. There might be more comments as well. See all the comments on the website.
Do you know such a plugin or solution?
Thank you