mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
16 lines
519 B
JSON
16 lines
519 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": ["swiftmailer"]
|
|
}
|