Class MessagingConfig.SMTPConfig
Logging config for SMTPServers
Inherited Members
Namespace: Quantellia.WMServer.Messaging
Assembly: WMServer.dll
Syntax
public class MessagingConfig.SMTPConfig
Properties
DefaultMailer
The default mailer for this config. Set as the first mailer with no principal requirements.
Declaration
[NotMapped]
public MessagingConfig.SMTPConfig.Mailer? DefaultMailer { get; set; }
Property Value
| Type | Description |
|---|---|
| MessagingConfig.SMTPConfig.Mailer |
PrincipalMailers
Each mailer with principal requirements.
Declaration
[NotMapped]
public List<MessagingConfig.SMTPConfig.Mailer> PrincipalMailers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MessagingConfig.SMTPConfig.Mailer> |
SMTPServers
The list of SMTPServers
Declaration
public Dictionary<string, MessagingConfig.SMTPConfig.Mailer> SMTPServers { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, MessagingConfig.SMTPConfig.Mailer> |
Methods
Init()
Initializes the helper properties of this SMTPConfig
Declaration
public void Init()