mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Added recipes for Mailer Bundle
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mailer:
|
||||
sender_address: noreply@example.com
|
||||
sender_name: noreply
|
||||
8
m-adamski/symfony-mailer-bundle/1.0/manifest.json
Normal file
8
m-adamski/symfony-mailer-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Adamski\\Symfony\\MailerBundle\\MailerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user