support for unencrypted mail server usage like mailcatcher.me

This commit is contained in:
Sinan Eldem 2015-03-04 11:26:14 +02:00
parent 8909e75552
commit fad5c6ee9b
2 changed files with 2 additions and 1 deletions

View File

@ -16,3 +16,4 @@ MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

View File

@ -67,7 +67,7 @@ return [
|
*/
'encryption' => 'tls',
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
/*
|--------------------------------------------------------------------------