interface MailQueue (View source)
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. |
Queue a new e-mail message for sending.
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/8.x/Illuminate/Contracts/Mail/MailQueue.html