Mailable interface Mailable (
mixed queue(string|array $view, array $data, Closure|string $callback, string $queue = null)
mixed queue(Factory $queue)
void send(string|array $view, array $data = array(), Closure|string $callback = null)
array failures() Get the array of failed recipients.
void send(Mailer $mailer)
MailQueue interface MailQueue (
int raw(string $text, Closure|string $callback)
mixed later(int $delay, string|array $view, array $data, Closure|string $callback, string $queue =
mixed later(DateTime|int $delay,
Page 1 of 2