I'm not sure if this is something to be done through the backend or the frontend of a site. I'd like to send an automated email via email to an address in either of the following ways:
- entries in database are more than 2 weeks old,
or
- automatically every 2 weeks
What can I use to talk to my database and generate the email? Does it still require user intervention, ie. button on an adminstration page that scans for the entries? My reasons for doing this is to remind others to check an admin page and remove old entries.