Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Adelina #1
cfscheduler
Basically I would like to use cfschedule to send an email every day in the same
time.
Should I run action ="run" or "update"
This is the code I am using, which is not working:
<cfschedule action = "run"
task = "SendEmails"
url = "http://69.56.194.122/ScheduleTest/scheduled_email.cfm"
startDate = "10/27/05"
startTime = "10:8 AM"
interval = "daily "
resolveURL = "Yes"
requestTimeOut = "600">
Thank you in advance to anybody, who would respond.
Adelina Guest
-
LarryLee #2
Re: cfscheduler
Adelina,
Update and run are synomous if this is the first time the SendEmails task has
run.
Otherwise, changes to the task are updated when using that attribute value.
I would try this on a local machine where you have access to the mail and
server logs. Try firing the schedule_email.cfm manually too and see if mail
goes out.
Larry
LarryLee Guest



Reply With Quote

