Config
Provides access to the kCura.Notification configuration values of this application.
Gets the singleton instance of the configuration class.
Gets or sets the name of this application. Wraps kCura.Config.Config.ApplicationName.
Gets the AuthenticationEmailFrom configuration value.
Gets the EmailFrom configuration value.
Gets the EmailTo configuration value.
Gets the name of this environment.
Gets the SMTPPassword configuration value.
Gets the SMTPPort configuration value.
Gets the SMTPServer configuration value.
Gets a value specifying whether or not SSL is used for this email.
Gets the SMTPUserName configuration value.
Constructs a new configuration object that pulls its configuration values
from the provided dictionary.