SMTPRouter.Models Namespace |
| Class | Description | |
|---|---|---|
| MailFromDomainRoutingRule |
Represents a RoutingRule that will verify if the Mail From belongs to a specific domain
| |
| MailFromRegexMatchRoutingRule |
Represents a RoutingRule that will apply a Regular Expression against the Mail From of the message
| |
| RelayRoutingRule |
A RoutingRule that always return true when matching. This is useful when implementing a SMTP Relay because there is no special rule needed, all messages should be accepted then.
| |
| RoutingMessage |
A class representing a MimeMessage to be routed
| |
| RoutingRule |
Represent the base class for Routing Rules
| |
| SmtpConfiguration |
Represents an SMTP Connection Configuration
|