Documentation

Mailer
in package

Table of Contents

$options  : array<string|int, mixed>
$transport  : string
__construct()  : mixed
createMessage()  : mixed
mail()  : mixed

Properties

$options

protected array<string|int, mixed> $options

$transport

protected string $transport

Methods

__construct()

public __construct([string $transport = 'mail' ][, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$transport : string = 'mail'
$options : array<string|int, mixed> = []
Return values
mixed

createMessage()

public createMessage(mixed $to, string $subject, string $message[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$to : mixed
$subject : string
$message : string
$options : array<string|int, mixed> = []
Return values
mixed

mail()

public mail(mixed $to, string $subject, string $message[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$to : mixed
$subject : string
$message : string
$options : array<string|int, mixed> = []
Return values
mixed

Search results