|
Posted by The Natural Philosopher on 01/08/08 12:07
Rahul wrote:
> 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.
>
> Thanks ,
Not sure what the problem is.
If its standard mails to be sent at standard times, edit the cron script.
If its a message to be sent once at a particular time, use the 'at '
command.
Not sure where PHP comes into this either...
Navigation:
[Reply to this message]
|