Reply Handlers

When Connect receives inbound messages from any source, they are handled by the Mail Processor. The Mail Processor executes a sequence of reply handlers for each message. Each reply handler examines the message and determines whether it can handle the message or not. If a reply handler can handle the message, then processing stops and if it cannot, the next reply handler is called. Complex and sophisticated inbound message handling logic can be implemented by sequences of reply handlers.



Copyright © 2013 Brick Street Software. All Rights Reserved.