The hooks module has the same functionality as $(window).on() but it also allows having async filter hooks client side which was not possible with $(window).trigger/on
Is there a plugin to email every new topic to a predefined email address?
-
I am wondering if there is a plugin or other workaround (in the core software or through another service) to email every new topic to a set email address. It could optionally be limited to a category, but capturing everything is more important to me right now.
The email address is not from a registered user so I do not think a newsletter/digest or topic will work.
Unfortunately, RSS feeds are not available for me to use to solve this.
Any thoughts? Thanks!
-
@amarinelli If no plugin is found you could use an external service such as http://www.changedetection.com/
-
@amarinelli there is no such plugin. there is a plugin to send every new post and reply to a specified slack channel. you can fork that modify it to do what you need.
-
Thanks for the suggestions @rod and @pichalite. I'll look into forking the slack plugin and if all else fails, check out an external service, as suggested.
-
@julian I found the category notifications plugin earlier today and I think it's going to be quite useful for our users so I'm glad that it exists!