Files
symfony-flex-recipes/recipes/symfony/swiftmailer-bundle/manifest.json
T
2017-02-28 15:32:07 -08:00

17 lines
366 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": ""
}
}