I have a table that I need to check every x minutes (via a cronjob) to see if there are pending notifications, these are inserted based on some changes.
Can the built in functions/settings already in PHPM19 be used to make this that will run as a php CLI script that will query the table to see the pending emails to send and send it and the update as sent? any guidance or best approach appreciated…