Documentation

smtpSettings extends configObj
in package

System config item for SMTP settings

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.5.0-rc2

Table of Contents

$addr  : string
E-mail address
$encr  : string
Conenction encryption
$pass  : string
Password
$port  : int
Server port
$srvurl  : string
SMTP server
$user  : string
Username
__construct()  : bool
Constructor
offsetExists()  : bool
Check if offset exists
offsetGet()  : mixed
Return offset value
offsetSet()  : void
Set offset value
toJSON()  : string
Return JSOn string
init()  : mixed
INit data

Properties

$encr

Conenction encryption

public string $encr = 'auto'

Methods

__construct()

Constructor

public __construct(array<string|int, mixed>|string $data[, mixed $oldConf = null ][, bool $isEnabled = false ]) : bool
Parameters
$data : array<string|int, mixed>|string
$oldConf : mixed = null
$isEnabled : bool = false
Return values
bool

offsetExists()

Check if offset exists

public offsetExists(int|string $offset) : bool
Parameters
$offset : int|string
Return values
bool

offsetGet()

Return offset value

public offsetGet(int|string $offset) : mixed
Parameters
$offset : int|string
Return values
mixed

offsetSet()

Set offset value

public offsetSet(int|string $offset, mixed $value) : void
Parameters
$offset : int|string
$value : mixed
Return values
void

toJSON()

Return JSOn string

public final toJSON() : string
Return values
string

init()

INit data

protected final init(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>
Return values
mixed

Search results