Hi, I was looking for a function to remind my clients that they have a appointment.
I ended up making a custom script which I would like to share with you guys.
There are a few things you need to adjust:
- In the database table ea_appointments you need to add a column:
- Name : is_reminded
- Type : TINYINT
- Default : 0
Just save it as reminder.php and run it every morning with a cronjob!