Hello,

I have a simple task that I would like to schedule.  When I run the
<cfschedule> file, it sets up the task in the CF Administrator area.
However, the task that is supposed to be run never runs.  Does anyone know
the solution?  Thanks in advance for your time.

<!--- Here is the tag, which gets added to the CF administrator schedule
fine --->

<cfschedule action="UPDATE"
        task="task1"
        operation="HTTPRequest"
        startdate="07/25/00"
        starttime="16:22:00"
        url="http://localhost/projects/tests/schedule_test/send_mail.cfm"
        interval="60">

<!--- Here is the task to be performed (send_mail.cfm) --->

<cfmail from="#email#"
                to="#admin_email#"
                subject="schedule test">
Email text here.................
</cfmail>

Thanks!

Craig A. Zingerline
Advanced Media Productions
Web Application Developer
[EMAIL PROTECTED]
Phone:  508.647.5151
Fax:      508.647.5150

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to