Files
symfony-flex-recipes/symfony/esendex-notifier/5.2/manifest.json
T

17 lines
456 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": [
" esendex: '%env(ESENDEX_DSN)%'"
]
}
],
"env": {
"#1": "ESENDEX_DSN=esendex://EMAIL:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM"
}
}