Page 1 of 1

Automatically check/update database, and send emails...

Posted: Mon Sep 12, 2005 12:47 pm
by superdude83
hey,
I want to automatically send out renewal emails to customers every 6 months, after their current subscription has expired. I need the system to check that the subscription is up by querying the database, update the database and then send out emails. When i say automatically i mean without any user action. Is there a way to do this?

Or are there any other ideas you have?

Your help and input is very much appreciated.
Thanks

Posted: Mon Sep 12, 2005 12:49 pm
by s.dot
have a look into cron jobs

or have a script that you run yourself periodically =)