interface MailQueue

Methods

mixed
queue(array|Mailable|string $view, string|null $queue = null)

Queue a new e-mail message for sending.

mixed
later(DateInterval|DateTimeInterface|int $delay, array|Mailable|string $view, string|null $queue = null)

Queue a new e-mail message for sending after (n) seconds.

Details

at line 15
mixed queue(array|Mailable|string $view, string|null $queue = null)

Queue a new e-mail message for sending.

Parameters

array|Mailable|string $view
string|null $queue

Return Value

mixed

at line 20
mixed later(DateInterval|DateTimeInterface|int $delay, array|Mailable|string $view, string|null $queue = null)

Queue a new e-mail message for sending after (n) seconds.

Parameters

DateInterval|DateTimeInterface|int $delay
array|Mailable|string $view
string|null $queue

Return Value

mixed