Replace SwiftMailer by Symfony Mailer

This commit is contained in:
Jeremy Benoist
2022-12-15 12:02:52 +01:00
parent 9c16dd7bd1
commit 32661f380c
13 changed files with 148 additions and 334 deletions

View File

@ -11,16 +11,13 @@ framework:
collect: false
translator:
enabled: false
mailer:
dsn: 'null://null'
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
# to be able to read emails sent
spool:
type: file
doctrine:
dbal:
driver: "%test_database_driver%"