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

前端 未结 6 766
不思量自难忘°
不思量自难忘° 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 13:02

    i didnt find much help on this issue, but my problem got solve by configuring smtp server. i cant post those steps as i am using 3rd party smtp server and every server has their own configuration. after proper configuration my smtp automatically adds DM/DKIM signature.

提交回复
热议问题