Files
symfony-flex-recipes/symfony.sendgrid-mailer.4.4.json
T
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

22 lines
663 B
JSON

{
"manifests": {
"symfony/sendgrid-mailer": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
"content": " sendgrid: '%env(MAILER_DSN)%'"
}
],
"env": {
"#1": "MAILER_DSN=sendgrid://KEY@default"
}
},
"files": [],
"ref": "1caff9467bfc5c7f68503aa9eba9dc762a30ae21"
}
}
}