How to Domainkeys/DKIM email signing using the C# SMTP client?

前端 未结 6 765
不思量自难忘°
不思量自难忘° 2020-12-23 12:26

I have written an program in C# which sends out emails. Now I have a requirement to sign outbound emails using Dominkeys/DKIM, but I\'m not sure how to do it.

I have

6条回答
  •  情话喂你
    2020-12-23 12:57

    see https://github.com/dmcgiv/DKIM.Net it's a DomainKeys Identified Mail (DKIM) implementation for .Net written in C# - it enables you to sign MailMessage objects.

提交回复
热议问题