Disable mail logger

main
Igor Scheller 3 years ago
parent a4dce17f0c
commit 82486065e4

@ -75,6 +75,7 @@ class MailerServiceProvider extends ServiceProvider
'host' => $config['host'] ?? 'localhost', 'host' => $config['host'] ?? 'localhost',
'port' => $config['port'] ?? 0, 'port' => $config['port'] ?? 0,
'tls' => $config['tls'] ?? null, 'tls' => $config['tls'] ?? null,
'logger' => null,
]); ]);
if (!empty($config['username'])) { if (!empty($config['username'])) {

Loading…
Cancel
Save