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

解决方案 »

  1.   

    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: [email protected]
     * @version: 0.7.2-beta
     *
     * NOTES:
     * - IPv6 support NEVER tested at time
     */百度找这个,绝对可以用。我的系统正用中。不会用就没办法了。
      

  2.   

    有这样的类 oschina.net上搜一下,或用zend framework的mail类库
      

  3.   

    用zend framework的zend_mail来发吧,很简单,但不知你用的是什么框架
      

  4.   

    收邮件要看你的email 服务器是否支持你要的收邮件接口。现在很多email server为了防止SPAM等等,要2到三次才让你通过的。
      

  5.   

    要用sendmail,必须在php.ini中将sendmail_path指定到你的sendmail执行目录下,这是Linux;在window下要把send_from等填上。