AP&C API Reference
|
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...
Protected Member Functions | |
override DeliveryStatus | OnDeliver (Message message, MessagingAddress sender, IEnumerable< MessagingAddress > recipients) |
Makes an attempt to deliver message using SMTP (email as configured on the hosting machine). More... | |
![]() | |
MessageHandler () | |
Creates a new MessageHandler. More... | |
Properties | |
override MessagingProtocols | SupportedProtocol [get] |
Indicates the one MessagingProtocols that this handler is written to support. More... | |
![]() | |
abstract MessagingProtocols | SupportedProtocol [get] |
When overridden by subclasses, this property indicates the single protocol supported by the message handler. More... | |
log4net.ILog | Log [get] |
Internaly accessible logger. More... | |
![]() | |
MessagingProtocols | SupportedProtocol [get] |
Gets the MessagingProtocols implemented by the handler. More... | |
Additional Inherited Members | |
![]() | |
DeliveryStatus | Deliver (Message message, MessagingAddress sender, IEnumerable< MessagingAddress > recipients) |
Delivers the message according to the message contents and the system's configured messaging participants. More... | |
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.
|
inlineprotectedvirtual |
Makes an attempt to deliver message using SMTP (email as configured on the hosting machine).
message | The Message to be delivered. |
sender | The entity sending the message. |
recipients | The entities receiving the message. |
Implements Apac.Messaging.Handlers.MessageHandler.
|
get |
Indicates the one MessagingProtocols that this handler is written to support.