如何自动将邮件内容放到网页上

发布于 2024-09-10 13:02:22 字数 175 浏览 4 评论 0原文

我收到了很多垃圾邮件,我想将它们发布到我的网站上,以警告其他人不要相信它。因为我懒得登录我的电子邮件帐户并检查。我正在考虑用 php 编写一个脚本(因为这是我所知道的唯一一个),定期登录邮箱,检索电子邮件的内容,然后自动将其发布到我的网站。关于完成这项任务的最佳方法有什么建议吗?我必须进行 PHP 套接字编程吗?

谢谢

I've been receiving a lot of spam emails and I want to post them on my website to serve as a warning for others not to believe it. Since I'm too lazy to login to my email account and check. I'm thinking to write a script in php (since this is the only one i know)that logs in to the mailbox at regular intervals, retrieves the content of the e-mails and then post it to my website automatically. Any suggestions on what would be the best approach to accomplish this task? Do I have to do PHP socket programming?

Thanks

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

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

发布评论

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

评论(1

风吹短裙飘 2024-09-17 13:02:22

我想您的电子邮件被归档在垃圾邮件或垃圾邮件文件夹中。您可能需要设置一个定期运行的 Cron 作业通过 IMAP 或 POP 阅读

您可能需要检查您的服务提供商支持哪些协议以及您要将信息发布到的具体位置 - 数据库或 HTTP POST。

I suppose your emails are filed under a Spam or Junk folder. You may want to set up a Cron job that runs periodically to read via IMAP or POP.

You may want to check what're the protocols supported by your service provider and where exactly you want to post the information to - a database or HTTP POST.

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