diff --git a/felds/quick-mailer-bundle/5.0/config/packages/felds_quickmailer.yaml b/felds/quick-mailer-bundle/5.0/config/packages/felds_quickmailer.yaml new file mode 100644 index 00000000..acd8d476 --- /dev/null +++ b/felds/quick-mailer-bundle/5.0/config/packages/felds_quickmailer.yaml @@ -0,0 +1,13 @@ +# For the full configuration, visit: +# https://github.com/felds/QuickMailerBundle + +felds_quickmailer: + # Sender info (required) + from: { name: "Sender Name", email: "sender@example.com" } + + # # Reply-to info (optional) + # reply_to: { name: "Reply-to Name", email: "reply-to@example.com" } + + templates: + # This loads a template named `demo` + demo: path/to/template.html.twig diff --git a/felds/quick-mailer-bundle/5.0/manifest.json b/felds/quick-mailer-bundle/5.0/manifest.json new file mode 100644 index 00000000..98d53bf2 --- /dev/null +++ b/felds/quick-mailer-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}