In MODx 3.1.2 I have a page that uses pdoResources to summarize a bunch if child pages and I want to setup an email subscribe/unsubscribe feature to have that emailed every day or twice a week regardless of whether it has changes. Sort of like a “these tickets are still open” kind of reminder.
A lot of the email add-ons like Good News seem to require manual creation of an email campaign to be individually created and scheduled, rather than a regularly recurring email generated from the same resource.
The A.I’s suggested using the Subscribe, EmailResource, and cronManager addons but Subscribe appears to require Login and I didn’t really want to clutter up the main user Manager in MODx.
- So in place of Subscribe, the A.I’s suggested using Eletters which could create a self contained email list. However, Eletters doesn’t appear to be compatible with MODx 3.
- So then it suggested modMore mSms, which I can’t find.
- Then it suggested formz, which also doesn’t appear in the MODx 3 repository and I assume isn’t compatible.
Can anyone think of another good way of doing this?