phpDocumentor

EmailMailerSettings
in package

Class EmailMailerSettings

Table of Contents

$auth  : string
$backupServer  : string
$charset  : string
$emailTransport  : string
$encryption  : string
$languageCode  : string
$languagePath  : string
$mainServer  : string
$password  : string
$port  : string
$sendMailPath  : string
$useHtmlMail  : bool
$user  : string
__construct()  : mixed
EmailMailerSettings constructor.
auth()  : string
Returns the email auth setting value.
backupServer()  : string
Returns the email backup server setting value.
charset()  : string
Returns the email charset setting value.
emailTransport()  : string
Returns the email transport setting value.
encryption()  : string
Returns the email encryption setting value.
languageCode()  : string
Returns the email language code setting value.
languagePath()  : string
Returns the email language path setting value.
mainServer()  : string
Returns the email main server setting value.
password()  : string
Returns the email password setting value.
port()  : string
Returns the email port setting value.
sendMailPath()  : string
Returns the email send mail path setting value.
useHtmlMail()  : bool
Returns true if email should be send in html format and false otherwise.
user()  : string
Returns the email user setting value.

Properties

Methods

__construct()

EmailMailerSettings constructor.

public __construct(StringType $charset, StringType $languageCode, StringType $languagePath, StringType $emailTransport, StringType $mainServer, StringType $backupServer, StringType $auth, StringType $user, StringType $password, StringType $port, StringType $encryption, StringType $sendMailPath, BoolType $useHtmlMail) : mixed
Parameters
$charset : StringType

Charset setting value.

$languageCode : StringType

Language code setting value.

$languagePath : StringType

Language path setting value.

$emailTransport : StringType

Email transport setting value.

$mainServer : StringType

Main server setting value.

$backupServer : StringType

Backup server setting value.

$auth : StringType

Auth setting value.

$user : StringType

User setting value.

$password : StringType

Password setting value.

$port : StringType

Port setting value.

$encryption : StringType

Encryption setting value.

$sendMailPath : StringType

Send mail path setting value.

$useHtmlMail : BoolType

Use html format for email?

Return values
mixed

backupServer()

Returns the email backup server setting value.

public backupServer() : string
Return values
string

charset()

Returns the email charset setting value.

public charset() : string
Return values
string

emailTransport()

Returns the email transport setting value.

public emailTransport() : string
Return values
string

encryption()

Returns the email encryption setting value.

public encryption() : string
Return values
string

languageCode()

Returns the email language code setting value.

public languageCode() : string
Return values
string

languagePath()

Returns the email language path setting value.

public languagePath() : string
Return values
string

mainServer()

Returns the email main server setting value.

public mainServer() : string
Return values
string

password()

Returns the email password setting value.

public password() : string
Return values
string

sendMailPath()

Returns the email send mail path setting value.

public sendMailPath() : string
Return values
string

useHtmlMail()

Returns true if email should be send in html format and false otherwise.

public useHtmlMail() : bool
Return values
bool

Search results