Hello,
I'm currently developing a website using CouchCMS, where I have a News page and a News List managed through cloned pages.
I want to implement a feature that automatically sends email notifications to our subscribers whenever a new news article is published, either immediately upon creation or as a scheduled task using a cron job. The subscribers' email addresses are collected via a form on the website and stored within CouchCMS.
My questions are:
1. Does CouchCMS have built-in functionality to trigger these email notifications automatically upon publishing or via a cron job?
2. Is it possible to manage the list of subscribers from the CouchCMS admin panel, allowing the admin to view and possibly edit this list?
3. If CouchCMS does not support this natively, would I need to write custom PHP code to implement this feature, and if so, are there any recommended practices for integrating such a solution with CouchCMS?
Thank you for your assistance.
A.
I'm currently developing a website using CouchCMS, where I have a News page and a News List managed through cloned pages.
I want to implement a feature that automatically sends email notifications to our subscribers whenever a new news article is published, either immediately upon creation or as a scheduled task using a cron job. The subscribers' email addresses are collected via a form on the website and stored within CouchCMS.
My questions are:
1. Does CouchCMS have built-in functionality to trigger these email notifications automatically upon publishing or via a cron job?
2. Is it possible to manage the list of subscribers from the CouchCMS admin panel, allowing the admin to view and possibly edit this list?
3. If CouchCMS does not support this natively, would I need to write custom PHP code to implement this feature, and if so, are there any recommended practices for integrating such a solution with CouchCMS?
Thank you for your assistance.
A.