Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread George Linderman
Hey guys, I'm trying to make a little app that will get my email from the pop server, and then send as an SMS the subject and sender. I can see that I can do that with the cfpop and cfmail tag, but then I realized that the tags will only execute when someone refreshes the page, or goes to it.

Re: Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread gary gilbert
Hi George, You could create the page as normal and set up a scheduled event in the administrator to run it every 5 minutes. -- Gary Gilbert http://www.garyrgilbert.com/blog ~| Get involved in the latest ColdFusion

RE: Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread Adkins, Randy
take a look at CFSchedule or the Scheduled Tasks in the CF Administrator. From: George Linderman [mailto:[EMAIL PROTECTED] Sent: Mon 10/8/2007 3:15 AM To: CF-Talk Subject: Constantly execute (refresh?) page, for cfpop? Hey guys, I'm trying to make a little