|
class | ConfigurationMessageHandler |
| This class implements the logic for configuring the messaging system based on special messages sent to the configuration queue. More...
|
|
class | MessageHandler |
| This class provides base features for all message senders and includes a logger. Subclasses do not have to log when delivery starts and stops. More...
|
|
class | SmtpMessageHandler |
| This handler uses the .NET framework built-in features for configuring and sending emails using SMTP. The system.net/mailsettings configuration section should be set up properly for this work correctly. This affords the most flexibility when having to route emails internally through a designated mail server. More...
|
|