interface Mailer (View source)

Methods

int
raw( string $text, Closure|string $callback)

Send a new message when only a raw text part.

void
send( string|array $view, array $data, Closure|string $callback)

Send a new message using a view.

array
failures()

Get the array of failed recipients.

Details

at line line 14
int raw( string $text, Closure|string $callback)

Send a new message when only a raw text part.

Parameters

string $text
Closure|string $callback

Return Value

int

at line line 24
void send( string|array $view, array $data, Closure|string $callback)

Send a new message using a view.

Parameters

string|array $view
array $data
Closure|string $callback

Return Value

void

at line line 31
array failures()

Get the array of failed recipients.

Return Value

array