Commit ce5bcb2f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3304 from sineld/develop

support for unencrypted mail server usage like mailcatcher.me
parents 8909e755 fad5c6ee
......@@ -16,3 +16,4 @@ MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
\ No newline at end of file
......@@ -67,7 +67,7 @@ return [
|
*/
'encryption' => 'tls',
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment