Where did you get the timeout? If you got it when calling the page then add
a requesttimeout like:
www.somedomain.com/sendmail.cfm?requesttimeout=100000
The number is the number of milliseconds.
Regards,
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!
----- Original Message -----
From: "chad jackson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 12:48 AM
Subject: cfmail timeout
> Hi....
> I just sent out only 1000 emails using cfmail......
> and I got a timeout error.
>
> Should i put a timout on the query, or on the cfmail tag?
> If so, what is a satisfactory amount?
> I am expecting to database to grow to several thousand.....
>
>
>
> The code is....
>
> <cfquery name="emailsend" datasource="#datasource#" dbtype="ODBC">
> SELECT email, name, country
> FROM subscribe
> WHERE LEN(email) > 0
> </cfquery>
>
> <cfif email.recordcount GT 0>
> <cfmail query="emailsend" to="#email#" from="[EMAIL PROTECTED]"
> subject="#form.subject#">
> Hi #name#,
>
> #form.message#
>
> </cfmail>
> </cfif>
>
> thanks for your help....
>
> regards
> chad
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists