How to configure queues in Laravel 5 and send queued email
Learn how to queue emails in Laravel so that they are not sent immediately but after a specified number of seconds using queues in Laravel. If you have wondered how to configure Laravel 5 queues and use them in your application, this video will show you the process of doing so.
source