Files
symfony-flex-recipes/symfony/postmark-mailer/4.4/manifest.json
T

16 lines
362 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
"content": [
" postmark: '%env(MAILER_DSN)%'"
]
}
],
"env": {
"#1": "MAILER_DSN=postmark://ID@default"
}
}