Mailer: Removed outdated configuration

This commit is contained in:
Igor Scheller 2020-04-21 16:17:09 +02:00
parent 02ee581202
commit 82e28cba87
1 changed files with 0 additions and 3 deletions

View File

@ -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']) {