Files
symfony-flex-recipes/symfony/swiftmailer-bundle/2.5/manifest.json
T
Fabien Potencier 6842d39fdd Revert "Merge pull request #596"
This reverts commit 4e3142d313, reversing
changes made to ddbcd99fc3.
2019-05-31 08:11:55 +02:00

16 lines
522 B
JSON

{
"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": "For a generic SMTP server, use: \"smtp://localhost:25?encryption=&auth_mode=\"",
"#3": "Delivery is disabled by default via \"null://localhost\"",
"MAILER_URL": "null://localhost"
},
"aliases": ["mailer", "mail"]
}