Hi all!
I have an existing PHP/MySQL calendar script that I've written that I would like to add more functionality to. One of the things I'd like to do with it is to have the ability to e-mail scheduled event reminders to people. Basically, I'd like to enter an event into the calendar, select it to also be sent as a reminder X number of days before the event happens, and have it automatically sent at the specified time to a list of people's e-mail addresses who have expressed interest in receiving news. The calendar is edited through a custom PHP interface designed for non-technical folks. That part of it I have covered, but the part I'm not sure of is how to get this PHP script to schedule and execute the mailing of the reminders, and also how to send it to a list of recipients. I looked at the mailing list function in cpanel, but it seems over complex for what I need. I don't need (or want) the recipients to be able to mail each other. I'd kind of like it to work like the e-mail reminder you get from this forum when someone replies to your subscribed topic.
Any thoughts on how I could go about this?
Thanx!