add felds/quick-mailer-bundle recipe

This commit is contained in:
Felds Liscia
2018-06-26 18:57:12 -03:00
parent cf88348a08
commit 0b67a1f28a
2 changed files with 26 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}