Posted by Manuel Lemos on 01/11/08 01:27
Hello,
on 01/08/2008 09:46 AM Rahul said the following:
> Hello All,
> I have come accross a very interesting as well as a very complex
> scenario with my current project. My worry is the scheduling of email
> messages and execution of that based on the cron jobs.
> For this I am using cron .Suppose Cron is set to execute a file after
> every five minutes .It executes and returns all the details of
> scheduled emails suppose 10.
> Now my problem is how can I synchronize this with the current date
> and time so that each and every messge is being sent at correct date/
> time.
It seems you want something like this class. It stores scheduled
messages in a database for later delivery eventually with cron:
http://www.phpclasses.org/newsletter
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|