Show / Hide Table of Contents

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

Inheritance
Object
ConfigFile.Smtp
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Smtp : Object

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top