Files
EnvelopeGenerator/EnvelopeGenerator.Web/appsettings.Mail.json
TekH 8fed342dc5 Remove [SIGNATURE_TYPE] placeholder from MailParams
The [SIGNATURE_TYPE] placeholder and its value ("signieren") were removed from the MailParams section in appsettings.Mail.json. This cleans up unused or unnecessary configuration.
2026-03-04 15:17:47 +01:00

14 lines
255 B
JSON

{
"DispatcherParams": {
"SendingProfile": 1,
"AddedWho": "DDEnvelopGenerator",
"ReminderTypeId": 202377,
"EmailAttmt1": null
},
"MailParams": {
"Placeholders": {
"[NAME_PORTAL]": "signFlow",
"[REASON]": ""
}
}
}