Files
symfony-flex-recipes/archived/symfony.swiftmailer-bundle/e1bd9b83bb9a12488b72a01f2c31f50da77cfe3d.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

50 lines
1.7 KiB
JSON

{
"manifests": {
"symfony/swiftmailer-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle": [
"all"
]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
},
"env": {
"#1": "For Gmail as a transport, use: \"gmail://username:password@localhost\"",
"#2": "To disable sending emails, use: \"null://localhost\"",
"MAILER_URL": "smtp://localhost:25&encryption=&auth_mode="
}
},
"files": {
"etc/packages/dev/swiftmailer.yaml": {
"contents": [
"#swiftmailer:",
" #delivery_address: me@example.com",
""
],
"executable": false
},
"etc/packages/swiftmailer.yaml": {
"contents": [
"swiftmailer:",
" url: \"%env(MAILER_URL)%\"",
" spool: { type: \"memory\" }",
""
],
"executable": false
},
"etc/packages/test/swiftmailer.yaml": {
"contents": [
"swiftmailer:",
" disable_delivery: true",
""
],
"executable": false
}
},
"ref": "e1bd9b83bb9a12488b72a01f2c31f50da77cfe3d"
}
}
}