Class EmailConfigurationProvider
package |
Default |
---|
__construct(\CI_DB_query_builder $db)
\CI_DB_query_builder
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
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.