diff --git a/wandi/mailer-bundle/1.0/config/packages/wandi_mailer.yaml b/wandi/mailer-bundle/1.0/config/packages/wandi_mailer.yaml new file mode 100644 index 00000000..7f770d7f --- /dev/null +++ b/wandi/mailer-bundle/1.0/config/packages/wandi_mailer.yaml @@ -0,0 +1,4 @@ +wandi_mailer: + sender: + name: 'example' + address: 'hello@example.com' diff --git a/wandi/mailer-bundle/1.0/manifest.json b/wandi/mailer-bundle/1.0/manifest.json new file mode 100644 index 00000000..70d93ffc --- /dev/null +++ b/wandi/mailer-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Wandi\\MailerBundle\\WandiMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}