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:
| <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"> |
<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.