Files
symfony-flex-recipes/archived/symfony.swiftmailer-bundle/a2a71c1826b061aef2dfd5c7960d795758e23e38.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": {
"config/": "%CONFIG_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": {
"config/packages/dev/swiftmailer.yaml": {
"contents": [
"#swiftmailer:",
" #delivery_address: me@example.com",
""
],
"executable": false
},
"config/packages/swiftmailer.yaml": {
"contents": [
"swiftmailer:",
" url: '%env(MAILER_URL)%'",
" spool: { type: 'memory' }",
""
],
"executable": false
},
"config/packages/test/swiftmailer.yaml": {
"contents": [
"swiftmailer:",
" disable_delivery: true",
""
],
"executable": false
}
},
"ref": "a2a71c1826b061aef2dfd5c7960d795758e23e38"
}
}
}