I have a C# application setup to send email via mailcow for simple email verification/password resets. The problem is that while emails sent via SoGo get signed with the DKIM, those sent through my C# application do not and thus get rejected as ‘spam’. I can sign within my C# app using the private key but I can’t seem to find any documentation on where it is. Could anyone tell me where to find it?