我正在尝试编写简单的 php 脚本来从收到的电子邮件中提取详细信息(发件人的电子邮件地址、主题名称和内容)并将详细信息存储在 mongodb 数据库中。
问问题
3010 次
1 回答
2
The easiest way would be to name your PHP (CLI) script in Postfix's configuration entry mailbox_command
. It is suggested in this post: Postfix - How to process incoming emails? and documented here: Postfix documentation.
于 2013-04-27T10:04:16.033 回答