remove Mailer, add SwiftMailer, fix password recover request

This commit is contained in:
2021-02-03 15:45:29 +01:00
parent 01e93f7ba3
commit 2fee88bfce
3 changed files with 69 additions and 30 deletions

View File

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