Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望有一个 cron 作业,它会检查发送到它正在运行的服务器上某个地址的电子邮件,然后根据我所知道的主题等将该电子邮件的内容插入到数据库中。CRON 作业可以用php编写,数据库部分对我来说并不难。那么我将如何检查某个电子邮件?
非常感谢任何帮助!
PHP imap 电子邮件功能将帮助您:
http://ca3.php.net/manual/en/function.imap-open.php