Results 3 issues of kazto

``` error TS2345: Argument of type 'import("C:/work/node_modules/@azure/functions/types/http").HttpRequest' is not assignable to parameter of type 'import("C:/work/node_modules/@anzp/azure-function-multipart/node_modules/@azure/functions/types/http").HttpRequest'. Type 'HttpRequest' is missing the following properties from type 'HttpRequest': get, parseFormBody 29 const {...

**Is your feature request related to a problem? Please describe.** PDS Version: 0.4.169 Boot up PDS by docker (`systemctl start pds.service`) and docker logs are displayed as follows: ``` (node:7)...

Enable configuring mail transports via host/port options in addition to a single SMTP URL. resolve #4194 - Add EmailConfig union (EmailUrlConfig | EmailHostConfig) - Extend ServerEnvironment with SMTP host/port/pool/secure/auth fields...