Files
symfony-flex-recipes/symfony.google-mailer.4.3.json
T
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

17 lines
516 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"
}
}
}