Skip to content

Commit

Permalink
corrected ENV name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Nov 23, 2019
1 parent 2c17a92 commit 90802f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'port' => env('IMAP_PORT', 143),
'username' => env('IMAP_USERNAME'),
'password' => env('IMAP_PASSWORD'),
'encryption' => env('EMAIL_IMAP_ENCRYPTION'),
'encryption' => env('IMAP_ENCRYPTION'),
'validateCert' => false,
'timeout' => 5
]);

0 comments on commit 90802f1

Please sign in to comment.