Interface ConfigFile.ISmtpConfiguration
SMTP information for sending emails. Note that these properties cannot be set from the web.config file, as they will be read from the config table instead, or overridden in Online Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISmtpConfiguration
Properties
MailingURI
The URI for the SMTP connection used for mailing system
Declaration
string MailingURI { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpfDomain
The SPF domain used when sending out emails (Online Only)
Declaration
string SpfDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TicketURI
The URI for the SMTP connection used for ticketing system
Declaration
string TicketURI { get; set; }
Property Value
| Type | Description |
|---|---|
| string |