Files
symfony-flex-recipes/symfony/google-mailer/4.3/manifest.json
T

9 lines
246 B
JSON

{
"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"
}
}