如何将 DKIM 与 TidSMTP 客户端一起使用?

发布于 2024-11-30 13:40:27 字数 323 浏览 1 评论 0原文

我通过基于 TidSMTP 客户端的应用程序发送通知电子邮件。

收到我在 gmail 中发送的邮件时,我看到警告“此电子邮件无法由 发送[电子邮件受保护]”。

Google 本身建议使用 DKIM 或 SPF 来防止该问题。

据我研究,SPF 不是免费服务,所以我宁愿选择免费服务。 (如果我错了,请纠正我)。

有人已经这样做了吗?该怎么办?

I am sending notifications emails thorugh a TidSMTP client based application.

When recieving messages I send in gmail I see the warning "this email could not have been sent by [email protected]".

Google itself suggests to use DKIM or SPF to prevent the problem.

As far as I researched SPF is not a free service, so I would rather go for a free option. (please correct me if I am wrong).

Does anyone already did the same? What to do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始终不够 2024-12-07 13:40:27

SPF 不是一项服务,所以我不知道您正在查看什么样的研究。 DKIMSPF 是 SMTP 服务器使用的身份验证方案,用于验证发件人确实是其声称的身份。 SPF 依赖于添加到 DNS 记录中的特殊条目。 DKIM 依赖于添加到电子邮件中的数字签名。

SPF is not a service, so I don't know what kind of research you were looking at. DKIM and SPF are authentication schemes used by SMTP servers to verify the sender really is who it claims to be. SPF relies on special entries added to DNS records. DKIM relies on digital signatures added to email.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文