mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
new MAIL_ENCRYPTION parameter
Make the encryption parameter of the mail transport configuration configurable with an environment variable. Default is still the same: tls
This commit is contained in:
parent
c4e4035fea
commit
600493f1cb
@ -76,7 +76,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'encryption' => 'tls',
|
||||
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user