interface Mailable

Methods

void
send(Mailer $mailer)

Send the message using the given mailer.

mixed
queue(Factory $queue)

Queue the given message.

mixed
later(DateTime|int $delay, Factory $queue)

Deliver the queued message after the given delay.

Details

at line 15
void send(Mailer $mailer)

Send the message using the given mailer.

Parameters

Mailer $mailer

Return Value

void

at line 23
mixed queue(Factory $queue)

Queue the given message.

Parameters

Factory $queue

Return Value

mixed

at line 32
mixed later(DateTime|int $delay, Factory $queue)

Deliver the queued message after the given delay.

Parameters

DateTime|int $delay
Factory $queue

Return Value

mixed