All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
ShowÂ
 onlyÂ
|
Search instead forÂ
Did you mean:Â
Exit
Global community
Language:
Deutsch
English
Español
Français
Português
日本語コミュニティ
Dedicated community for Japanese speakers
í•œêµ ì»¤ë®¤ë‹ˆí‹°
Dedicated community for Korean speakers
Sign In
Home
ColdFusion
Discussions
CFMAIL Timeout
Home
ColdFusion
Discussions
CFMAIL Timeout
0
Upvote
CFMAIL Timeout
weezerboy
Participant
,
/t5/coldfusion-discussions/cfmail-timeout/td-p/857312
Dec 01, 2008
Dec 01, 2008
Copy link to clipboard
Copied
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
Views
1.4K
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
3 Replies
3
Jump to latest reply
Flashdakota
Explorer
,
/t5/coldfusion-discussions/cfmail-timeout/m-p/857313#M79071
Dec 02, 2008
Dec 02, 2008
Copy link to clipboard
Copied
Hi
Try adding timeout to your cfmail tag.
something like this...
<cfmail to="whoever" subject="whatever" from="someine" type="html" timeout="999999999">.
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
weezerboy
AUTHOR
Participant
,
/t5/coldfusion-discussions/cfmail-timeout/m-p/857314#M79072
Dec 03, 2008
Dec 03, 2008
Copy link to clipboard
Copied
In Response To Flashdakota
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?
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
LEGEND
,
/t5/coldfusion-discussions/cfmail-timeout/m-p/857315#M79073
Dec 04, 2008
Dec 04, 2008
Copy link to clipboard
Copied
LATEST
In Response To Flashdakota
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/
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Post Reply
Preview
Exit Preview
never-displayed
You must be signed in to add attachments
never-displayed
Â
Resources
Documentation
ColdFusion User Guide