PHP IMAP 启动菜鸟帮助?
因此,出于实验目的,我想学习如何在 PHP 中使用 IMAP。我不知道从哪里开始 - 就像我不知道如何在服务器上创建用户或登录。如果有人知道任何可以帮助我开始的事情,我将不胜感激。 :)
So, for experimental purposes, I want to learn how to use IMAP in PHP. I'm not sure where to start- like I don't know how to even make a user or login on a server. If someone knows anything that could help get me started, I would greatly appreciate it. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一个编码示例,以及 php.net 站点上提供的所有 IMAP 功能:
http://php.net /imap
David Walsh 在这里发布了如何获取 gMail IMAP 信息
http://davidwalsh.name/gmail-php-imap
Well there is a coding example, as well as all the IMAP functions available on the php.net site:
http://php.net/imap
David Walsh here has posted how to get gMail IMAP information
http://davidwalsh.name/gmail-php-imap