I want to send an email if someone has not returned their checked out item back into the system. If current date is > return date, then an email will be sent notifying the user that they need to return their item.
I came across MySQL events, and am wondering if it is possible to create a MySQL event that sends an email if a certain condition is met.
I'd like my event to send emails to the user who has not returned the item.