发送mime邮件类


bsp;       $this->multipart.=  "--".$sec_boundary. "--\n\n";
                }
        }
/***************************************
** Adds an image to the list of embedded
** images.
***************************************/
        function add_html_image($file, $name =  '''', $c_type= ''application/octet-stream'', $location= ''''){
                $this->html_images[] = array(  ''body'' => $file,
                                               ''name'' => $name,
                                               ''c_type'' => $c_type,
                           ''location'' => $location,
                                               ''cid'' => md5(uniqid(time())) );
        }


/***************************************
** Adds a file to the list of attachments.
************************
Copyright © 2008 chengduxinxi.com All Rights Reserved PHP编程开发 由朝夕网络维护