Mailer: Removed outdated configuration
This commit is contained in:
parent
02ee581202
commit
82e28cba87
|
@ -72,9 +72,6 @@ class MailerServiceProvider extends ServiceProvider
|
||||||
'host' => $config['host'],
|
'host' => $config['host'],
|
||||||
'port' => $config['port'],
|
'port' => $config['port'],
|
||||||
'encryption' => $config['encryption'],
|
'encryption' => $config['encryption'],
|
||||||
// TODO: The security variable should be removed in the future
|
|
||||||
// https://github.com/swiftmailer/swiftmailer/commit/d3d6a98ab7dc155a04eb08273db7cd34606e7b5e#commitcomment-30462876
|
|
||||||
'security' => $config['encryption'],
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if ($config['username']) {
|
if ($config['username']) {
|
||||||
|
|
Loading…
Reference in New Issue