How to Send Email Reminders at User Chosen Date/Time
Moderator: General Moderators
How to Send Email Reminders at User Chosen Date/Time
I created a site that has a bunch of users and I need to be able to send them email reminders when they specify. For example, if a user had a meeting coming up...the site would auto-send them an email 10 minutes before the meeting to remind them of it. I know how to send PHP emails; however, I haven't a clue how to make a script that will auto-send the emails to each user to remind them of an upcoming event. How would I go about coding this script? Thanks!