Add new REST ressources.
[Project_proches_de_moi-server.git] / config / packages / swiftmailer.yaml
diff --git a/config/packages/swiftmailer.yaml b/config/packages/swiftmailer.yaml
new file mode 100644 (file)
index 0000000..cae6508
--- /dev/null
@@ -0,0 +1,3 @@
+swiftmailer:
+    url: '%env(MAILER_URL)%'
+    spool: { type: 'memory' }