Commit fad5c6ee authored by Sinan Eldem's avatar Sinan Eldem

support for unencrypted mail server usage like mailcatcher.me

parent 8909e755
...@@ -16,3 +16,4 @@ MAIL_HOST=mailtrap.io ...@@ -16,3 +16,4 @@ MAIL_HOST=mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
MAIL_USERNAME=null MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
\ No newline at end of file
...@@ -67,7 +67,7 @@ return [ ...@@ -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