如何使用 Zend Mail 在 smtp 之前执行 pop?

发布于 2024-07-18 04:39:39 字数 112 浏览 3 评论 0 原文

我刚刚开始使用 Zend Mail Compoment,并且在 smtp 之前需要 pop,但在 zend mail 文档中没有提及这一点。

有人能就此提出建议吗?

谢谢

I just started to use Zend Mail Compoment and i need pop before smtp, but in the zend mail doc no mention about that.

Can anyone advise on that ?

Thanks

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

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

发布评论

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

评论(1

泪痕残 2024-07-25 04:39:39

POP before SMTP 不是 SMTP 标准的一部分,它只是一种用于检查连接到 SMTP 服务器的客户端是否具有有效凭据的 hack,而不使用 SMTP 自己的身份验证机制。

只需使用 Zend 框架打开自己POP邮箱,然后通过SMTP发送邮件。

POP before SMTP is not part of the SMTP standard, it's just a hack used to check that the client connecting to the SMTP server has valid credentials, without using SMTP's own authentication mechanisms.

Just use the Zend framework to open the POP mailbox yourself, and then send the mail via SMTP.

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