Files
symfony-flex-recipes/symfony.google-mailer.4.3.json
T
github-action botandgithub-action bot 16541137d2 Update Flex endpoint
2021-09-22 13:12:25 +00:00

16 lines
515 B
JSON

{
"manifests": {
"symfony/google-mailer": {
"manifest": {
"env": {
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
"#2": "GMAIL_USERNAME=",
"#3": "GMAIL_PASSWORD=",
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@gmail"
}
},
"files": [],
"ref": "da7b29c169c9de4359a75be96d729438129d7d86"
}
}
}