有人使用 CakePHP 电子邮件组件设置 DKIM 吗?

发布于 2024-09-02 20:30:42 字数 429 浏览 9 评论 0 原文

有没有人使用内置电子邮件组件在 CakePHP 应用程序中成功设置“域密钥识别邮件”?

我正在尝试实现 Jeff Atwood 的垃圾邮件防护帖子的第二部分:

http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html

我在网上找不到任何好的教程或示例代码来执行此操作。我也不确定我是否从正确的角度来处理这个问题。 (可能是盒子上的邮件服务器本身应该签署所有出站电子邮件,而不是应用程序?)

Has anyone successfully setup "Domain Keys Identified Mail" in a CakePHP app with the built-in email component?

I'm trying to implement part two of Jeff Atwood's spam protection post:

http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html

I'm not finding any good tutorials or sample code online for doing this. I'm not sure I'm approaching this from the right angle either. (Might it be that the mail server itself on the box should be signing all outbound emails, and not the app?)

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

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

发布评论

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

评论(1

静若繁花 2024-09-09 20:30:42

让邮件服务器本身对电子邮件进行签名,您就走上了正确的道路。这肯定有助于保持事情干燥,特别是当您有多个应用程序使用同一邮件服务器时。

我考虑过在 Cake 上做同样的事情,经过大量研究后,我确定让第三方处理要容易得多(很多)你的电子邮件。我推荐 PostmarkApp 甚至亚马逊的新 简单电子邮件服务,具有免费套餐(每天 2,000 封免费电子邮件),可以覆盖您的整个申请。

You're on to the right path with having the mail server itself sign the emails. That will certainly help keep things DRY, especially if you have more than one application using the same mail server.

I've looked into doing the same thing from Cake and after a lot of study I determined that it was a lot (a lot) easier to let a third-party handle your emails. I'd recommend PostmarkApp or even Amazon's new Simple Email Service which has a free tier (2,000 free emails per day) which may cover the entirety of your application.

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