Email
in package
Sends individual log data via email.
Table of Contents
Properties
Methods
Properties
$_from
private
string
$_from
$_subject
private
string
$_subject
$_to
private
string
$_to
Methods
open()
public
open(array<string|int, mixed> $params) : bool
Parameters
- $params : array<string|int, mixed>
-
[ 'to' => string, 'from' => string, 'subject' => string ]
Return values
boolwrite()
public
write(string $text, Data $data) : void
Parameters
- $text : string
- $data : Data