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.
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"DispatcherParams": {
|
|
"SendingProfile": 1,
|
|
"AddedWho": "DDEnvelopGenerator",
|
|
"ReminderTypeId": 202377,
|
|
"EmailAttmt1": null
|
|
},
|
|
"MailParams": {
|
|
"Placeholders": {
|
|
"[NAME_PORTAL]": "signFlow",
|
|
"[REASON]": ""
|
|
}
|
|
}
|
|
} |