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

@ -8,6 +8,10 @@ framework:
profiler:
only_exceptions: false
mailer:
# see https://mailcatcher.me/
dsn: smtp://127.0.0.1:1025
web_profiler:
toolbar: true
intercept_redirects: false
@ -35,12 +39,6 @@ monolog:
VERBOSITY_DEBUG: DEBUG
channels: [doctrine]
swiftmailer:
# see https://mailcatcher.me/
transport: smtp
host: 'localhost'
port: 1025
# If you want to use cache for queries used in WallabagExtension
# Uncomment the following lines
#doctrine: