Class ConfigFile.Smtp
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
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Smtp
Properties
MailingURI
The URI for the SMTP connection used for mailing system
Declaration
public static string MailingURI { get; set; }
Property Value
Type | Description |
---|---|
string |
SpfDomain
The SPF domain used when sending out emails (Online Only)
Declaration
public static string SpfDomain { get; set; }
Property Value
Type | Description |
---|---|
string |
TicketURI
The URI for the SMTP connection used for ticketing system
Declaration
public static string TicketURI { get; set; }
Property Value
Type | Description |
---|---|
string |