Click to See Complete Forum and Search --> : integrate cfmail in schedule task at cfadmin


dyenne10
12-26-2006, 02:55 AM
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
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. :( :confused: :( :confused:

what should i do? please anybody who has the idea...help me

chrismartz
12-31-2006, 01:26 PM
Do you get any kind of output when you view http://<ip address>/adminpage/testing.cfm in your web browser?