I’ve recently been working on a project which required an email to be sent to registered users when an article is added. The context of this project is a classified jobs board. Articles are repurposed as job opportunities, when a new article (job) is added, registered users should be notified about it. To achieve this a couple of MODx packages were utilised. Besides the standard MODx install, two additional packages were used. The first is Articles, to more effectively manage jobs. The second is ResourceWatcher which is used to trigger functionality when a job is added. The issue is that ResourceWatcher […]
↧