How to Domainkeys/DKIM email signing using the C# SMTP client?(如何使用 C# SMTP 客户端进行 Domainkeys/DKIM 电子邮件签名?)
问题描述
我用 C# 编写了一个发送电子邮件的程序.现在我需要使用 Dominkeys/DKIM 签署出站电子邮件,但我不知道该怎么做.
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 set up all keys, but I don't know how to get those and how to include them in the email header.
推荐答案
这个问题我没有找到太多帮助,但是我的问题通过配置 smtp 服务器得到了解决.我无法发布这些步骤,因为我使用的是 3rd 方 smtp 服务器,并且每个服务器都有自己的配置.正确配置后,我的 smtp 会自动添加 DM/DKIM 签名.
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.
这篇关于如何使用 C# SMTP 客户端进行 Domainkeys/DKIM 电子邮件签名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 C# SMTP 客户端进行 Domainkeys/DKIM 电子邮件签名?


基础教程推荐
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 将 XML 转换为通用列表 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01