•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ColdFusion section within the Web Development category of DaniWeb, a massive community of 455,965 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,684 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ColdFusion advertiser: Programming Forums
Views: 1040 | Replies: 1
![]() |
•
•
Join Date: Jul 2005
Location: Downingtown
Posts: 58
Reputation:
Rep Power: 4
Solved Threads: 3
Well if I recall typical sysadmin settings for coldfusion, cfmail messages will be sent when the coldfusion feels like it (this annoys me to no end). You can override this by adding an extra attribute to your cfmail tag. Here is an example of its use:
This tells coldfusion to send the e-mail immediately.
<cfmail from="info@test.com" to="someguy@wherever.com" subject="mysubject" spoolenable="false"> #myMessage# </cfmail>
This tells coldfusion to send the e-mail immediately.
![]() |
•
•
•
•
•
•
•
•
DaniWeb ColdFusion Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- UPDATE query problem (ASP.NET)
- How can i update a query that have more than 3 tables using adodc in vb? (Visual Basic 4 / 5 / 6)
- UPDATE query not working properly... (PHP)
- Need update query--Remove the coma "," (PHP)
- SQL Delete/Update Error (ColdFusion)
- Update query (mysql) (PHP)
- Error while trying the update query (ASP)
Other Threads in the ColdFusion Forum
- Previous Thread: Cold fusion do not support input param: Help
- Next Thread: Help: Replacing string with template


Linear Mode