diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml new file mode 100644 index 00000000..be5133d4 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml @@ -0,0 +1,18 @@ +# For the full configuration, visit: +# https://github.com/felds/QuickMailerBundle + +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: + # # Short-form (enabled by default) + # demo: path/to/template.html.twig + + # # Long-form + # demo: + # path: path/to/template.html.twig + # enabled: true diff --git a/felds/quick-mailer-bundle/4.0/manifest.json b/felds/quick-mailer-bundle/4.0/manifest.json new file mode 100644 index 00000000..98d53bf2 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}