class Mail

Properties

$from
$subject
$view
$attach

Methods

static void
to()

No description

static void
send(array $address, string $subject, string $body, bool $html = true, array $cc = [], array $bcc = [])

No description

Details

at line 26
static void to()

Return Value

void

at line 37
static void send(array $address, string $subject, string $body, bool $html = true, array $cc = [], array $bcc = [])

Parameters

array $address
string $subject
string $body
bool $html
array $cc
array $bcc

Return Value

void

Exceptions

Exception