mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
17 lines
516 B
JSON
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"
|
|
}
|
|
}
|
|
}
|