Posted by Rik Wasmus on 01/08/08 11:49
On Tue, 08 Jan 2008 12:46:14 +0100, Rahul <rahulazm@gmail.com> 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.
Store the time to be sent with the email to be sent, and only send those
in need of sending? If you want more details, we'll have to know how
scheduled mails are stored.
--
Rik Wasmus
[Back to original message]
|