Well not atleast I am not getting th esignal 11 this time.
Now the error is: 500 Internal Server Error

This time the ONLY thing I did was add in the CFMAIL tag.
So when these are ran together I get the 500 error now.

/Still Searching -------------- Any suggestions ?

Application.cfm:
<CFAPPLICATION NAME="webTASchedules" CLIENTMANAGEMENT="No"
SESSIONMANAGEMENT="No">

test_one.cfm
<CFSET thisDate = #DateFormat(Now(), "MM/DD/YYYY")#>
<CFSET VARIABLES.DSN = "webTAdev">

<!--- Get Notification Information --->
<CFQUERY NAME="qGetNotification" DATASOURCE="#VARIABLES.DSN#">
        SELECT  SUBJECT
        FROM    NOTIFICATION_TYPE
</CFQUERY>

<CFMAIL TO="[EMAIL PROTECTED]" FROM="[EMAIL PROTECTED]" SUBJECT="Another
Test" SERVER="mailserver.gao.gov">
There are #qGetNotifications.recordcount# subjects within the
Notification Type Table.</CFMAIL>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to