Tyler Souza wrote a new tutorial on how to send email in Laravel using Laravel new feature: Mailables.

laravel mailables

I recently found out about a feature in Laravel 5.3 as I was working with email. That was when I discovered Laravel Mailables. This is a great, clean way to send email; especially if you’re planning to send email more than one model.