Documentation

rex_mailer extends PHPMailer
in package

Table of Contents

Constants

LOG_ALL  = 2
LOG_ERRORS  = 1

Methods

__construct()  : mixed
clearAllRecipients()  : void
clearQueuedAddresses()  : void
logFile()  : string
Path to log file.
logFolder()  : string
Path to mail archive folder.
send()  : bool
setArchive()  : void
Enable/disable the mail archive.
setLog()  : void
addOrEnqueueAnAddress()  : mixed

Constants

LOG_ALL

public mixed LOG_ALL = 2

LOG_ERRORS

public mixed LOG_ERRORS = 1

Methods

__construct()

public __construct([mixed $exceptions = false ]) : mixed
Parameters
$exceptions : mixed = false

clearAllRecipients()

public clearAllRecipients() : void

clearQueuedAddresses()

public clearQueuedAddresses(mixed $kind) : void
Parameters
$kind : mixed

logFile()

Path to log file.

public static logFile() : string
Return values
string

logFolder()

Path to mail archive folder.

public static logFolder() : string
Return values
string

send()

public send() : bool
Return values
bool

setArchive()

Enable/disable the mail archive.

public setArchive(bool $status) : void

It overwrites the global archive configuration for the current mailer object.

Parameters
$status : bool

setLog()

public setLog(bool $status) : void
Parameters
$status : bool
Tags
deprecated

use setArchive instead

addOrEnqueueAnAddress()

protected addOrEnqueueAnAddress(mixed $kind, mixed $address, mixed $name) : mixed
Parameters
$kind : mixed
$address : mixed
$name : mixed

        
On this page

Search results