Reply to topic
<cfschedule> Is anyone successfully using this tag?
roberto


Joined: 25 Mar 2007
Posts: 3
Reply with quote
I have been attempting to use this tag on a site hosted here for the past 3 days but it’s just not working.

HMS have updated my account security settings, etc to allow it and the template works fine on its own if pasted into an address bar on a browser. It just won’t work on its own.

Any help would be seriously appreciated. I have pasted the code I'm using below:

Code:
<cfschedule task="test_email" action="update" operation="httprequest" url="#request.app.main_url#schedule-test-email-template.cfm" startdate="3/25/07" starttime="20:30" interval="daily">


Code:
<cfmail to = "me@mydomain.com" from = "#request.app.rfemail#" subject = "Schedule Email" server = "mail.mydomain.com" username = "#request.app.rfemailUser#" password = "#request.app.rfemailPassword#">
The cfschedule function is working. This email was sent: #request.app.date_time_now#.

;-)
</cfmail>


Thanks.
<cfschedule> Is anyone successfully using this tag?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic