List Info

Thread: Running Email Queue Process on a Windows Server




Running Email Queue Process on a Windows Server
user name
2006-09-21 20:32:25
I had tried several ways to call the process_mail_queue.php
from the broswer, but didn't really care for any of them.
Python Cron has a great interface to give me true
"cron" abilities and hasn't croaked on me yet.
That way I can accept Bryan's eventum code and use it
without modification on my part at all.

Best of luck!

Jim

-----Original Message-----
From: Robert Mills [mailto:robertncctinc.com]
Sent: Thursday, September 21, 2006 3:24 PM
To: eventum-userslists.mysql.com
Subject: Re: Running Email Queue Process on a Windows Server


I ended up using the Scheduled task, though when running the
process, 
the IE window was left open.  This caused the task to be
"running" at 
all times, stopping it from re-running at scheduled
intervals.

I had to add some javascript to the php file to self close
the window.  
There is a 'feature' in javascript that prompts the user
before closing 
the window, so I used a workaround I found.  Might be a bit
of a 
hack-job, but it works.

<script language="javascript">
    window.opener = window;
    window.close();
</script>

Ryan Lovelett wrote:
> Just use a scheduled task.  Use internet explorer to
point at the
> webpage that you want to run.
>
> -----Original Message-----
> From: Robert Mills [mailto:robertncctinc.com] 
> Sent: Thursday, September 21, 2006 2:49 PM
> To: eventum-userslists.mysql.com
> Subject: Running Email Queue Process on a Windows
Server
>
> Has anyone installed this on a Windows Server where
cron isn't 
> available?  What solution did you have to have it
process the email
> queue?
>
>
>   


-- 
Eventum Users Mailing List
For list archives: http://lists.mys
ql.com/eventum-users
To unsubscribe:    http://lists.mysql.com/eventum-users?unsub=james.baker
citigroup.com


-- 
Eventum Users Mailing List
For list archives: http://lists.mys
ql.com/eventum-users
To unsubscribe:    http:
//lists.mysql.com/eventum-users?unsub=bondyahoo.com

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )