How to setup email configuration and send email in Laravel 5
Learn how to configure email in Laravel and send an email to the desired recipient. You will learn how to define mail settings in Laravel .env file which you can then use to define settings in your mail.php configuration file using the env() Laravel method.
source