PHP - 使用 CPanel 脚本收到电子邮件时发出通知

发布于 2024-09-08 14:02:53 字数 181 浏览 1 评论 0原文

我正在帮助重新编写一个网站,该网站允许教师向学生发送有关即将到来的新作业/作业的短信/电子邮件。学生可以通过向收件箱发送短信/电子邮件标记来订阅老师的通知。

我将如何监视这些收件箱的传入消息,然后标记 php 程序(使用 cpanel 脚本与电子邮件系统交互)?

**如果需要我提供更多信息以使其更清楚,请发帖。*

I am helping re-code a website that allows teachers to text message/email their students about upcoming new/assignments. Students can subscribe to their teacher's notifications by texting/emailing a flag to the inbox.

How would I go about watching these inbox's for incoming messages, to then flag php procedures (using cpanel scripts to interact with the email system)?

**If any more information is needed from me to make this more clear, please post.*

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

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

发布评论

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

评论(1

素食主义者 2024-09-15 14:02:53

要使用 PHP 处理传入电子邮件,您需要将电子邮件“通过管道”发送到脚本。

但是,如果您特别想要管理新闻通讯/邮件列表,那么您可能还想查看类似 PHPList 的内容您可能需要满足处理 OptIn/OptOut 等操作的法律要求。

To handle incoming emails using PHP you will need to "pipe" the emails to a script.

But, if you are specifically wanting to manage a Newsletter/Mailing List, then you may also want to look at something like PHPList as you may need to satisfy legal requirements for handling OptIn/OptOut, etc. actions.

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