class SendQueuedMailable

Properties

Mailable $mailable

The mailable message instance.

int $tries

The number of times the job may be attempted.

int $timeout

The number of seconds the job can run before timing out.

Methods

void
__construct(Mailable $mailable)

Create a new job instance.

void
handle(Mailer $mailer)

Handle the queued job.

string
displayName()

Get the display name for the queued job.

Details

at line 37
void __construct(Mailable $mailable)

Create a new job instance.

Parameters

Mailable $mailable

Return Value

void

at line 50
void handle(Mailer $mailer)

Handle the queued job.

Parameters

Mailer $mailer

Return Value

void

at line 60
string displayName()

Get the display name for the queued job.

Return Value

string