MailProcessor

This commit is contained in:
2026-01-19 09:51:23 +01:00
parent db2263bc92
commit 836f866387
12 changed files with 295 additions and 45 deletions

View File

@ -8,5 +8,10 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"EmailConfig": {
"From": "",
"ServerAddress": "",
"MailSplitChar": "#"
}
}