Win 2000 Pro, CF 4.5
I've ventured out of the box and decided to try and run my first-ever
scheduled task.
Here's the code I'm running:
<CFQUERY Name="Get_DSP_Addresses" Datasource="dsp">
Select CustomerID
from emailcustomers
</CFQUERY>
<CFMAIL To="[EMAIL PROTECTED]"
From="[EMAIL PROTECTED]"
Subject="DSP Email Newsletter Recipients">
Dorchester Shooting Preserve has #Get_DSP_Addresses.RecordCount# email
newsletter recipients.
</CFMAIL>
The query runs fine, and the email is generated and sent to the
spool folder, but once that happens the CPU runs up to 100%
and the system sits there, email in the spool, until I stop CF in services,
then restart...then the mail is sent, received, and contains appropriate
info.
It acts like the same problem as a "0k email", but these are not empty.
Now, I don't have any other HTML code or anything on the template...just
what
you see above.
What could be the problem?
Thanks for your help!
Rick
Rick Faircloth,
Hinesville, Georgia
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

