Merge pull request #404

This commit is contained in:
symfony-flex-server[bot]
2018-07-04 15:54:09 +00:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}