Envoie de notification à la pose et la vadliation de congés
This commit is contained in:
5
src/schedule-2.0/config/packages/swiftmailer.yaml
Normal file
5
src/schedule-2.0/config/packages/swiftmailer.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
swiftmailer:
|
||||
url: '%env(MAILER_URL)%'
|
||||
spool:
|
||||
type: file
|
||||
path: '%kernel.project_dir%/var/spoolmail'
|
5
src/schedule-2.0/config/packages/test/swiftmailer.yaml
Normal file
5
src/schedule-2.0/config/packages/test/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