MailQueue
interface MailQueue (View source)
Methods
| mixed |  queue(Mailable|string|array $view, string|null $queue = null)  Queue a new e-mail message for sending.  |  |
| mixed |  later(DateTimeInterface|DateInterval|int $delay, Mailable|string|array $view, string|null $queue = null)  Queue a new e-mail message for sending after (n) seconds.  |  
Details
mixed queue(Mailable|string|array $view, string|null $queue = null)
Queue a new e-mail message for sending.
mixed later(DateTimeInterface|DateInterval|int $delay, Mailable|string|array $view, string|null $queue = null)
Queue a new e-mail message for sending after (n) seconds.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/6.x/Illuminate/Contracts/Mail/MailQueue.html