Class EmailConfigurationProvider
package |
Default |
---|
__construct(\CI_DB_query_builder $db)
\CI_DB_query_builder
_getEmailConfig(string $key) : string
The configuration value will be read from the configurations table.
string
Key of expected configuration value.
string
Configuration value of given key.
auth() : string
string
Configuration value of emails smtp auth.
backupServer() : string
string
Configuration value of emails smtp backup server.
charset() : string
$_SESSION['language_charset'] will be used if it is set. If not, the charset of the default shop language is taken.
string
defaultLanguage() : string
string
Configuration value of default language.
emailTransport() : string
string
Configuration value of email transport.
encryption() : string
string
Configuration value of emails smtp encryption.
languageCode() : string
The code is 'de', if $_SESSION['language'] is equal to 'german'. Any other case will return en.
string
mainServer() : string
string
Configuration value of emails smtp main server.
password() : string
string
Configuration value of emails smtp password.
port() : string
string
Configuration value of emails smtp port.
sendMailPath() : string
string
Configuration value of send mail path.
useHtmlMail() : boolean
The configuration value will be read from configuration table.
boolean
user() : string
string
Configuration value of emails smtp username.
db : \CI_DB_query_builder
var |
---|
\CI_DB_query_builder
table : string
var |
---|
string
keyField : string
var |
---|
string
valueField : string
var |
---|
string