From 086c85561a69c47e36fab8d395e14410291e719b Mon Sep 17 00:00:00 2001 From: sergiu Date: Tue, 19 Nov 2024 12:54:26 +0200 Subject: [PATCH] removed useless lines --- config/mail.global.php.dist | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config/mail.global.php.dist b/config/mail.global.php.dist index f9fd1f3..06fd745 100644 --- a/config/mail.global.php.dist +++ b/config/mail.global.php.dist @@ -25,7 +25,7 @@ return [ * defaults to sendmail **/ - 'transport' => Symfony\Component\Mailer\Transport\Smtp\SmtpTransport::class, + 'transport' => Symfony\Component\Mailer\Transport\SendmailTransport::class, //message configuration 'message_options' => [ @@ -99,14 +99,6 @@ return [ 'ssl' => 'tls', ] ], - - //listeners to register with the mail service, for mail events - 'event_listeners' => [ - //[ - //'type' => 'service or class name', - //'priority' => 1 - //], - ], ], // option to log the SENT emails 'log' => [