How to Send Email Reminders at User Chosen Date/Time

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
mirra1515
Forum Commoner
Posts: 29
Joined: Fri Apr 25, 2008 3:17 am

How to Send Email Reminders at User Chosen Date/Time

Post by mirra1515 »

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!
Post Reply