Question
schedule task n cfmail
hello there
i like to run the schedule task in cf admin which will send email based on query selected on scheduled time.
the URL in the cfadmin i write this url
http: // 127.0.0.1/ adminpage / testing.cfm
or should i write this
http: // <ip address>/adminpage/testing.cfm
but there is an error occured when i execute the schedule task
what should i do? please anybody who has the idea...help me
i like to run the schedule task in cf admin which will send email based on query selected on scheduled time.
the URL in the cfadmin i write this url
http: // 127.0.0.1/ adminpage / testing.cfm
or should i write this
http: // <ip address>/adminpage/testing.cfm
but there is an error occured when i execute the schedule task
quote:
There was an error running your scheduled task. Reasons for which scheduled tasks might fail include:
The URL is a redirection URL.
The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication only.
The Domain Name lookup failed. Try using the IP address of the domain whenever possible.
The URL is an SSL site, but the SSL port was specified incorrectly.
The Web site is not responding.
The directory specified for published results does not exist.
what should i do? please anybody who has the idea...help me
