Mail Setup

Laravel 5.1 stored all mail information in .env so setup details in .env

Still you need to set sender name and email details in

If you are testing locally or don't want to send any mails, then please set 'pretend' => true, in config/mail.php at bottom of the page.

Last updated