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 100755 index 00000000..a9741215 --- /dev/null +++ b/wandi/mailer-bundle/1.0/config/packages/wandi_mailer.yaml @@ -0,0 +1,4 @@ +wandi_mailer: + sender: + name: '%env(WANDI_MAILER_SENDER_NAME)%' + address: '%env(WANDI_MAILER_SENDER_ADDRESS)%' diff --git a/wandi/mailer-bundle/1.0/manifest.json b/wandi/mailer-bundle/1.0/manifest.json new file mode 100755 index 00000000..a19b330b --- /dev/null +++ b/wandi/mailer-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Wandi\\MailerBundle\\WandiMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WANDI_MAILER_SENDER_NAME": "Example", + "WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld" + } +} diff --git a/wandi/mailer-bundle/1.0/post-install.txt b/wandi/mailer-bundle/1.0/post-install.txt new file mode 100644 index 00000000..8f922c07 --- /dev/null +++ b/wandi/mailer-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + + WandiMailer, What's next? + + + * The Wandi/MailerBundle needs your default sender configuration. + Modify your WANDI_MAILER_SENDER_NAME and WANDI_MAILER_SENDER_ADDRESS config in .env