MailQueue

MailQueue

interface MailQueue (View source)

Methods

mixed queue(string|array $view, array $data, Closure|string $callback, string $queue = null)

Queue a new e-mail message for sending.

mixed later(int $delay, string|array $view, array $data, Closure|string $callback, string $queue = null)

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

doc_Laravel
2016-11-02 16:24:46
Comments
Leave a Comment

Please login to continue.