Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFMAIL Timeout

Participant ,
Dec 01, 2008 Dec 01, 2008
I have been using a cfmail tag for a year with no problems.
The size of my mailing list has grown, that I now get this error below

The request has exceeded the allowable limit
TAG:cfmail


Any suggestions?
TOPICS
Getting started
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 02, 2008 Dec 02, 2008
Hi

Try adding timeout to your cfmail tag.
something like this...
<cfmail to="whoever" subject="whatever" from="someine" type="html" timeout="999999999">.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 03, 2008 Dec 03, 2008
Unfortunately this did not work.

I made the timeout 5000..problem still exists

I wrote 2 separate queries and I still get a timeout error.
I send 1500 in the first query batch and 2000 in the second query batch....problem still exists.

Any Help...server settings?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 04, 2008 Dec 04, 2008
LATEST
add <cfsetting requesttimeout="600"> (which equals to 10 min) at the top
of your page instead.

the timeout attribute of cfmail tag only controls how long to wait
before timing out connection to SMTP server.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources