mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAILER_URL": "",
|
|
"MAILER_TRANSPORT": "smtp",
|
|
"MAILER_HOST": "localhost",
|
|
"MAILER_PORT": "25",
|
|
"MAILER_USER": "",
|
|
"MAILER_PASSWORD": ""
|
|
},
|
|
"aliases": ["mailer", "mail"]
|
|
}
|