I got an error this morning from a schedule task that sends out emails each morning.
This morning I had a lot more added to the emails this morning than I usually have.
Line 75 is the middle line here:
I am try to figure out if this issue is with my mail server (which is on the same dedicated box) or with slowing down CF Mail.
What are some ways to isolate the issue to figure out what is causing this?
Code:
CF Error: The request has exceeded the allowable time limit Tag: CFQUERY <br>The error occurred on line 75.
This morning I had a lot more added to the emails this morning than I usually have.
Line 75 is the middle line here:
Code:
<CFCASE VALUE="1">
<CFSET cfml.propType = #type1#>
</CFCASE>
I am try to figure out if this issue is with my mail server (which is on the same dedicated box) or with slowing down CF Mail.
What are some ways to isolate the issue to figure out what is causing this?