Merge pull request #551

This commit is contained in:
symfony-flex-server[bot]
2018-11-17 12:11:56 +00:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
mailer:
sender_address: noreply@example.com
sender_name: noreply
@@ -0,0 +1,8 @@
{
"bundles": {
"Adamski\\Symfony\\MailerBundle\\MailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}