Im trying to Mail in Laravel 5.1
my mail.php code is
return [ \'driver\' => env(\'MAIL_DRIVER\', \'smtp\'), \'host\' => env(\'MAIL_HOS
change your MAIL_ENCRYPTION = null to MAIL_ENCRYPTION = ssl or MAIL_ENCRYPTION = tls. i had this issue before and changing to MAIL_ENCRYPTION = tls worked for me. also make sure that your mail settings in config\mail.php is the same as .env file