php收邮件!解决思路

WBOY
Release: 2016-06-13 13:42:14
Original
690 people have browsed it

php收邮件!
发送用的是sendmail,还有个收邮件的功能,要能收公网跟内网的邮件!在线等!要可以用的,不要随便给我贴了,那些用不了,我都试过了。要能用的!!!

------解决方案--------------------
pop3.class.php5.inc.php



/**
 * POP3 Class
 * 
 * This class provide access to a pop3 server through the pop3 protocol
 *
 * @need: >=php-5.2.x
 * @author: j0inty.sL
 * @email: bestmischmaker@web.de
 * @version: 0.7.2-beta
 *
 * NOTES:
 * - IPv6 support NEVER tested at time
 */







百度找这个,绝对可以用。我的系统正用中。不会用就没办法了。
------解决方案--------------------
有没有发邮件的类啊?我放到美国服务器上,怎么老是发不成功,气死我了。。









---------------------------------
珠海it培训
------解决方案--------------------
有这样的类 oschina.net上搜一下,或用zend framework的mail类库
------解决方案--------------------
用zend framework的zend_mail来发吧,很简单,但不知你用的是什么框架
------解决方案--------------------
收邮件要看你的email 服务器是否支持你要的收邮件接口。

现在很多email server为了防止SPAM等等,要2到三次才让你通过的。
------解决方案--------------------
要用sendmail,必须在php.ini中将sendmail_path指定到你的sendmail执行目录下,这是Linux;在window下要把send_from等填上。

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!