Neuron-PHP

Email
in package

Sends individual log data via email.

Table of Contents

Properties

$_from  : string
$_subject  : string
$_to  : string

Methods

open()  : bool
write()  : void

Properties

$_from

private string $_from

$_subject

private string $_subject

Methods

open()

public open(array<string|int, mixed> $params) : bool
Parameters
$params : array<string|int, mixed>

[ 'to' => string, 'from' => string, 'subject' => string ]

Return values
bool

write()

public write(string $text, Data $data) : void
Parameters
$text : string
$data : Data
Tags
SuppressWarnings

(PHPMD)


        
On this page

Search results