Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Advanced sending options PreviousNext

Advanced sending options

The ColdFusion implementation of SMTP mail uses a spooled architecture. When an application page processes a cfmail tag, the messages that are generated are not sent immediately. Instead, they are spooled to disk and processed in the background. This architecture has two advantages:

You can set how frequently ColdFusion MX checks for spooled mail on messages on the Mail/Mail Logging page of the ColdFusion MX Administrator Server tab. (The default interval is 60 seconds.) If ColdFusion is extremely busy or has a large existing queue of messages, however, delivery can occur after the spool interval.


Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Advanced sending options PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.