发送mime邮件类


$smtp_obj;
                $smtp_obj = $smtp_obj;

                $this->headers .=  ''From: ''.$from_addr. "\n";
                $this->headers .=  ''Subject: ''.$subject. "\n";

                if(substr($this->headers, -2) ==  "\n") $this->headers = substr($this->headers,0,-2);
                $this->headers = explode( "\n", $this->headers);

                $smtp_obj->sendmessage($from_addr, $to_addr, $this->headers, $this->mime);
        }

}  // End of class.
?>
Copyright © 2008 chengduxinxi.com All Rights Reserved PHP编程开发 由朝夕网络维护