init
This commit is contained in:
5
config/packages/swiftmailer.yaml
Normal file
5
config/packages/swiftmailer.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
swiftmailer:
|
||||
url: '%env(MAILER_URL)%'
|
||||
spool:
|
||||
type: file
|
||||
path: '%kernel.project_dir%/var/spoolmail'
|
Reference in New Issue
Block a user