php使用smtp和pop3的有关问题

WBOY
Release: 2016-06-13 12:33:28
Original
831 people have browsed it

php使用smtp和pop3的问题
想使用php实现邮局功能,下载了hmailserver和一个webmail并配置成功

在看webmail的源码的时候,发现其中两个很重要的类,一个是class.smtp.php,一个是class.pop3.php,因为对该站点的结构不是很熟悉(没文档,虽然结构看起来已经很清楚了,但是有很多数据缓存的东西在里面,所以搞得我很头晕实在看不下去了)
就在网上搜索了一下,结果发现很多地方都有这两个类,貌似phpmailer是比较推崇的,而我看phpmailer貌似只有smtp没有pop3啊

所以想请教一下,有什么现成的实现smtp和pop3的开源资源啊?

这样我就可以调用smtp和pop3的资源并自己完成数据的后继处理了。

谢谢。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!