DX: [mailer] deprecate the chill mailer based on swift mailer

This commit is contained in:
2023-04-19 12:04:52 +02:00
parent 48f5e7d21f
commit cb1ea8c622
5 changed files with 47 additions and 103 deletions

View File

@@ -10,12 +10,6 @@ services:
Chill\MainBundle\Notification\Mailer:
arguments:
$logger: '@Psr\Log\LoggerInterface'
$twig: '@Twig\Environment'
$mailer: '@swiftmailer.mailer.default'
# $mailerTransporter: '@swiftmailer.transport'
$router: '@Symfony\Component\Routing\RouterInterface'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'
$routeParameters: '%chill_main.notifications%'
Chill\MainBundle\Notification\NotificationHandlerManager: