Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Outgoing messages in WinGate SMTP server are places into an SMTP Queue before they are sent to their destination. The SMTP queue API provides a set of functions for querying queued message data, monitoring SMTP queue events and deleting messages from the queue.

Monitoring Queue Messages

To monitor SMTP queue messages, register a SMTPQueueProcessorProviderInterface with a call to SMTPQueueRegisterProcessor. The SMTP framework will then call the functions of the SMTPQueueProcessorProviderInterface when there queue events occur.

 

  • No labels