In my application, I am trying to do something like this,
When a meeting is scheduled, mail is sent with detailed information. This is already working.
To complement this, I would also like to send mail and a message up to one hour before the meeting.
How can i do this?
Should I calculate the time from meeting_scheduled_time when the meeting data is saved, and then maybe set cron on a schedule? I canβt find an approach to do this, effectively.
source share